Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 05ce2c8

Browse filesBrowse files
vmorozaduh95
authored andcommitted
tools: fix vcbuild lint-js-build
PR-URL: #61318 Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com> Reviewed-By: Aviv Keller <me@aviv.sh> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Chengzhong Wu <legendecas@gmail.com> Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
1 parent a5a4c3e commit 05ce2c8
Copy full SHA for 05ce2c8

1 file changed

+2-2Lines changed: 2 additions & 2 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎vcbuild.bat‎

Copy file name to clipboardExpand all lines: vcbuild.bat
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -749,15 +749,15 @@ if errorlevel 1 goto exit
749749
goto lint-cpp
750750

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

762762
:run-make-lint
763763
%NODEJS_MAKE% lint-cpp

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.