| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent ce417b1 commit 0e53c48
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -732,15 +732,15 @@ if errorlevel 1 goto exit | |||
| 732 | 732 | goto lint-cpp | |
| 733 | 733 | ||
| 734 | 734 | :lint-cpp | |
| 735 | - if not defined lint_cpp goto lint-js | ||
| 735 | + if not defined lint_cpp goto lint-js-build | ||
| 736 | 736 | if defined NODEJS_MAKE goto run-make-lint | |
| 737 | 737 | where make > NUL 2>&1 && make -v | findstr /C:"GNU Make" 1> NUL | |
| 738 | 738 | if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=make PYTHON=python" & goto run-make-lint | |
| 739 | 739 | where wsl > NUL 2>&1 | |
| 740 | 740 | if "%ERRORLEVEL%"=="0" set "NODEJS_MAKE=wsl make" & goto run-make-lint | |
| 741 | 741 | echo Could not find GNU Make, needed for linting C/C++ | |
| 742 | 742 | echo Alternatively, you can use WSL | |
| 743 | - goto lint-js | ||
| 743 | + goto lint-js-build | ||
| 744 | 744 | ||
| 745 | 745 | :run-make-lint | |
| 746 | 746 | %NODEJS_MAKE% lint-cpp | |
| Back | FazBrowse Home | New Git URL |
0 commit comments