From 8081e115c0d8ffd0dd572e02a4dfa28818ad2d5a Mon Sep 17 00:00:00 2001 From: 小小儁爺 <1694218219@qq.com> Date: 星期一, 12 五月 2025 17:09:40 +0800 Subject: [PATCH] 1.采购入库实现35% --- 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