smart-power-ui/node_modules/.bin/editorconfig.cmd

7 lines
200 B
Batchfile

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