mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
build: clarify missing clang-format tool
PR-URL: https://github.com/nodejs/node/pull/42762 Co-authored-by: Rich Trott <rtrott@gmail.com> Reviewed-By: Darshan Sen <raisinten@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Mestery <mestery@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Michael Dawson <midawson@redhat.com>
This commit is contained in:
2
Makefile
2
Makefile
@@ -1440,7 +1440,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
|
||||
$(CLANG_FORMAT_START) -- \
|
||||
$(LINT_CPP_FILES)
|
||||
else
|
||||
$(info clang-format is not installed.)
|
||||
$(info Required tooling for C++ code formatting is not installed.)
|
||||
$(info To install (requires internet access) run: $$ make format-cpp-build)
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user