From 169e22e6403d4379fb6391ecc1ca4a06e23df81a Mon Sep 17 00:00:00 2001 From: loulijun2021 <1694218219@qq.com> Date: 星期三, 15 五月 2024 15:39:24 +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