Skip to content

Commit

Permalink
build,win: remove unmatched endlocal statement
Browse files Browse the repository at this point in the history
Seems like it's a leftover from c403eeb

PR-URL: #22627
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Bartosz Sosnowski <bartosz@janeasystems.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
  • Loading branch information
refack authored and targos committed Sep 5, 2018
1 parent 212e6bb commit 2f9295e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion vcbuild.bat
Original file line number Diff line number Diff line change
Expand Up @@ -502,7 +502,6 @@ set npm_config_nodedir=%~dp0
"%node_exe%" "%~dp0tools\build-addons.js" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\addons-napi"
if errorlevel 1 exit /b 1
endlocal
endlocal
goto run-tests

:run-tests
Expand Down

0 comments on commit 2f9295e

Please sign in to comment.