We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef3698c commit f571868Copy full SHA for f571868
Makefile
@@ -801,6 +801,7 @@ lint:
801
@echo "Linting is not available through the source tarball."
802
@echo "Use the git repo instead:" \
803
"$ git clone https://github.com/nodejs/node.git"
804
+ exit 1
805
806
lint-ci: lint
807
endif
vcbuild.bat
@@ -360,7 +360,7 @@ goto exit
360
:no-lint
361
echo Linting is not available through the source tarball.
362
echo Use the git repo instead: $ git clone https://github.com/nodejs/node.git
363
-goto exit
+exit /b 1
364
365
:create-msvs-files-failed
366
echo Failed to create vc project files.
0 commit comments