Files
setup-ruby/node_modules/.bin/run-node.cmd
Stephen Franceschelli f26956e368 Fix.
2019-07-15 11:40:40 -04:00

7 lines
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" %*
)