Skip to content

Commit 2f9295e

Browse files
refacktargos
authored andcommitted
build,win: remove unmatched endlocal statement
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]>
1 parent 212e6bb commit 2f9295e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

vcbuild.bat

-1
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,6 @@ set npm_config_nodedir=%~dp0
502502
"%node_exe%" "%~dp0tools\build-addons.js" "%~dp0deps\npm\node_modules\node-gyp\bin\node-gyp.js" "%~dp0test\addons-napi"
503503
if errorlevel 1 exit /b 1
504504
endlocal
505-
endlocal
506505
goto run-tests
507506

508507
:run-tests

0 commit comments

Comments
 (0)