Skip to content

Commit

Permalink
build: clarify missing clang-format tool
Browse files Browse the repository at this point in the history
  • Loading branch information
tniessen committed Apr 17, 2022
1 parent c3a581c commit 671b6dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 node-core-clang-format is not installed.)
$(info To install (requires internet access) run: $$ make format-cpp-build)
endif

Expand Down

0 comments on commit 671b6dc

Please sign in to comment.