setup-java/node_modules/.bin/run-node.cmd
Stephen Franceschelli c1a589c5b6 Fix.
2019-07-30 13:41:05 -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" %*
)