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

7 lines
No EOL
172 B
Batchfile

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