Files
setup-julia/node_modules/fsevents/node_modules/.bin/node-pre-gyp.cmd
2020-03-11 14:27:17 +01:00

7 lines
200 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\node-pre-gyp\bin\node-pre-gyp" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\node-pre-gyp\bin\node-pre-gyp" %*
)