Update as.bat (#2496)

Fix "exit was unexpected at this time"
pull/2519/head
lvyitian 2 years ago committed by GitHub
parent fa1d2bd30a
commit ba108736b3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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