Update as.bat (#2496)

Fix "exit was unexpected at this time"
pull/2533/head
lvyitian 2 years ago committed by hengyunabc
parent 9a6f74a64c
commit 4cba581145

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

Loading…
Cancel
Save