| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent a5a4c3e commit 05ce2c8
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -749,15 +749,15 @@ if errorlevel 1 goto exit | |||
| 749 | 749 | goto lint-cpp | |
| 750 | 750 | ||
| 751 | 751 | :lint-cpp | |
| 752 | - if not defined lint_cpp goto lint-js | ||
| 752 | + if not defined lint_cpp goto lint-js-build | ||
| 753 | 753 | if defined NODEJS_MAKE goto run-make-lint | |
| 754 | 754 | where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL | |
| 755 | 755 | if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=make PYTHON=python" & goto run-make-lint | |
| 756 | 756 | where wsl > NUL 2>&1 | |
| 757 | 757 | if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=wsl make" & goto run-make-lint | |
| 758 | 758 | echo Could not find GNU Make, needed for linting C/C++ | |
| 759 | 759 | echo Alternatively, you can use WSL | |
| 760 | - goto lint-js | ||
| 760 | + goto lint-js-build | ||
| 761 | 761 | ||
| 762 | 762 | :run-make-lint | |
| 763 | 763 | %NODEJS_MAKE% lint-cpp | |
| Back | FazBrowse Home | New Git URL |
0 commit comments