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:
João Reis
2019-12-13 03:36:14 +00:00
committed by Rich Trott
parent 80fb15353a
commit 3ead1c2fb7

View File

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