4
0
Fork 0
mirror of https://github.com/Azure/setup-helm.git synced 2025-11-09 22:16:56 +00:00
setup-helm/node_modules/.bin/tsserver.cmd
2021-03-17 13:45:33 +05:30

7 lines
No EOL
194 B
Batchfile

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