From 49dedf908e2e0f2f317f05acc55f8f5faa1f4d2a Mon Sep 17 00:00:00 2001
From: 小小儁爺 <1694218219@qq.com>
Date: 星期二, 15 七月 2025 16:19:31 +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