setup-python/node_modules/.bin/run-node.cmd
Stephen Franceschelli ec0a863019 Fix.
2019-07-30 13:16:01 -04:00

7 lines
No EOL
176 B
Batchfile

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