Skip to content

Commit a46bf95

Browse files
committed
tools: fix vcbuild lint-js-build
1 parent d91543a commit a46bf95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

vcbuild.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -752,15 +752,15 @@ if errorlevel 1 goto exit
752752
goto lint-cpp
753753

754754
:lint-cpp
755-
if not defined lint_cpp goto lint-js
755+
if not defined lint_cpp goto lint-js-build
756756
if defined NODEJS_MAKE goto run-make-lint
757757
where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL
758758
if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=make PYTHON=python" & goto run-make-lint
759759
where wsl > NUL 2>&1
760760
if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=wsl make" & goto run-make-lint
761761
echo Could not find GNU Make, needed for linting C/C++
762762
echo Alternatively, you can use WSL
763-
goto lint-js
763+
goto lint-js-build
764764

765765
:run-make-lint
766766
%NODEJS_MAKE% lint-cpp

0 commit comments

Comments
 (0)