This commit is contained in:
Opportunity
2019-09-30 20:02:11 +08:00
Unverified
parent 74d9ac9b05
commit 7b6710e12b
60 changed files with 9504 additions and 180 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ IF EXIST "%dp0%\node.exe" (
SET PATHEXT=%PATHEXT:;.JS;=;%
)
"%_prog%" "%dp0%\..\semver\bin\semver" %*
"%_prog%" "%dp0%\..\semver\bin\semver.js" %*
ENDLOCAL
EXIT /b %errorlevel%
:find_dp0