From a3fdfa6e5db6218a6ab09480a982fdc9fd0e6459 Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期五, 09 八月 2024 09:46:55 +0800 Subject: [PATCH] 1.解决了运行时黑色弹出SDK版本问题 --- node_modules/.bin/semver.cmd | 12 ++++++------ 1 files changed, 6 insertions(+), 6 deletions(-) diff --git a/node_modules/.bin/semver.cmd b/node_modules/.bin/semver.cmd index 9913fa9..164cdea 100644 --- a/node_modules/.bin/semver.cmd +++ b/node_modules/.bin/semver.cmd @@ -1,9 +1,4 @@ @ECHO off -GOTO start -:find_dp0 -SET dp0=%~dp0 -EXIT /b -:start SETLOCAL CALL :find_dp0 @@ -14,4 +9,9 @@ SET PATHEXT=%PATHEXT:;.JS;=;% ) -endLocal & goto #_undefined_# 2>NUL || title %COMSPEC% & "%_prog%" "%dp0%\..\semver\bin\semver.js" %* +"%_prog%" "%dp0%\..\semver\bin\semver.js" %* +ENDLOCAL +EXIT /b %errorlevel% +:find_dp0 +SET dp0=%~dp0 +EXIT /b -- Gitblit v1.9.3