tra-analysis/website/functions/node_modules/grpc/node_modules/.bin/node-pre-gyp.cmd
2019-01-06 13:14:45 -06: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" %*
)