diff options
Diffstat (limited to 'node_modules/.bin/node-pre-gyp.cmd')
| -rw-r--r-- | node_modules/.bin/node-pre-gyp.cmd | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/node_modules/.bin/node-pre-gyp.cmd b/node_modules/.bin/node-pre-gyp.cmd deleted file mode 100644 index 3f20817..0000000 --- a/node_modules/.bin/node-pre-gyp.cmd +++ /dev/null @@ -1,17 +0,0 @@ -@ECHO off -SETLOCAL -CALL :find_dp0 - -IF EXIST "%dp0%\node.exe" ( - SET "_prog=%dp0%\node.exe" -) ELSE ( - SET "_prog=node" - SET PATHEXT=%PATHEXT:;.JS;=;% -) - -"%_prog%" "%dp0%\..\node-pre-gyp\bin\node-pre-gyp" %* -ENDLOCAL -EXIT /b %errorlevel% -:find_dp0 -SET dp0=%~dp0 -EXIT /b |