★ wanayoo — archive 1999 https://github.com/nodejs/node/commit/42af3b861aNouvelle recherche | Portail wanayoo
Skip to content
Permalink
Browse files
build,win: fix goto exit in vcbuild
PR-URL: #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>
  • Loading branch information
joaocgreis authored and BethGriggs committed Feb 27, 2020
1 parent 5484e06 commit 42af3b861af38d2bbb1a31714b512da864668efe
Showing with 1 addition and 0 deletions.
  1. +1 −0 vcbuild.bat
@@ -675,6 +675,7 @@ echo vcbuild.bat no-cctest : skip building cctest.exe
goto exit

:exit
if %errorlevel% neq 0 exit /b %errorlevel%
exit /b %exit_code%


0 comments on commit 42af3b8

Please sign in to comment.