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 <[email protected]>
Reviewed-By: Richard Lau <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ruben Bridgewater <[email protected]>
Reviewed-By: Bartosz Sosnowski <[email protected]>
Reviewed-By: Trivikram Kamat <[email protected]>
  • 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.