mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build,win: fix goto exit in vcbuild
PR-URL: https://github.com/nodejs/node/pull/30931 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
This commit is contained in:
@@ -720,6 +720,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe
|
||||
goto exit
|
||||
|
||||
:exit
|
||||
if %errorlevel% neq 0 exit /b %errorlevel%
|
||||
exit /b %exit_code%
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user