Files
supplier-dispatch-h5/node_modules/@babel/helper-define-polyfill-provider/node_modules/.bin/resolve.cmd
2023-08-11 10:45:20 +08:00

7 lines
198 B
Batchfile

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