setup-python/node_modules/.bin/js-yaml.cmd

7 lines
192 B
Batchfile
Raw Normal View History

2019-06-27 01:12:00 +00:00
@IF EXIST "%~dp0\node.exe" (
"%~dp0\node.exe" "%~dp0\..\js-yaml\bin\js-yaml.js" %*
) ELSE (
@SETLOCAL
@SET PATHEXT=%PATHEXT:;.JS;=;%
node "%~dp0\..\js-yaml\bin\js-yaml.js" %*
)