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

7 lines
No EOL
194 B
Batchfile

@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\escodegen\bin\escodegen.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\escodegen\bin\escodegen.js" %*
)