From 429e9bb5915dd90978374cbd8574a9dc5fa464d7 Mon Sep 17 00:00:00 2001
From: loulijun2021 <1694218219@qq.com>
Date: 星期一, 08 四月 2024 12:53:48 +0800
Subject: [PATCH] 1.在新的手机上运行

---
 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