We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d94e8c commit aad282fCopy full SHA for aad282f
Makefile
@@ -924,6 +924,7 @@ lint:
924
@echo "Linting is not available through the source tarball."
925
@echo "Use the git repo instead:" \
926
"$ git clone https://github.com/nodejs/node.git"
927
+ exit 1
928
929
lint-ci: lint
930
endif
vcbuild.bat
@@ -485,7 +485,7 @@ goto exit
485
:no-lint
486
echo Linting is not available through the source tarball.
487
echo Use the git repo instead: $ git clone https://github.com/nodejs/node.git
488
-goto exit
+exit /b 1
489
490
:create-msvs-files-failed
491
echo Failed to create vc project files.
0 commit comments