Skip to content

Commit cf54e2b

Browse files
tniessenTrott
authored andcommitted
build: clarify missing clang-format tool
PR-URL: nodejs/node#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>
1 parent 1fa3d1a commit cf54e2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1444,7 +1444,7 @@ ifneq ("","$(wildcard tools/clang-format/node_modules/)")
14441444
$(CLANG_FORMAT_START) -- \
14451445
$(LINT_CPP_FILES)
14461446
else
1447-
$(info clang-format is not installed.)
1447+
$(info Required tooling for C++ code formatting is not installed.)
14481448
$(info To install (requires internet access) run: $$ make format-cpp-build)
14491449
endif
14501450

0 commit comments

Comments
 (0)