Update as.bat (#2496)

Fix "exit was unexpected at this time"
This commit is contained in:
lvyitian
2023-05-09 15:39:52 +08:00
committed by hengyunabc
parent 9a6f74a64c
commit 4cba581145
+1 -1
View File
@@ -115,5 +115,5 @@ IF %ERRORLEVEL% NEQ 0 (
)
:exit_bat
if %exitProcess%==1 exit %ERROR_CODE%
if "%exitProcess%"=="1" exit %ERROR_CODE%
exit /B %ERROR_CODE%