Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoão Reis <reis@janeasystems.com>2019-12-13 06:36:14 +0300
committerRich Trott <rtrott@gmail.com>2019-12-15 08:47:06 +0300
commit3ead1c2fb7b75fbf8d45925308ee8dba4baba0ca (patch)
tree02927cd4ffd0072b9c6e8e0565dcb3b5b1aef742 /vcbuild.bat
parent80fb15353ab8ea9d149d2d2606e1ca0b41ff926b (diff)
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>
Diffstat (limited to 'vcbuild.bat')
-rw-r--r--vcbuild.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcbuild.bat b/vcbuild.bat
index 3754d5f1b57..7c25233b561 100644
--- a/vcbuild.bat
+++ b/vcbuild.bat
@@ -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%