From 671b6dc08e0c866b2ab05de7ad8aa920d794f856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Sun, 17 Apr 2022 13:34:31 +0200 Subject: [PATCH] build: clarify missing clang-format tool --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 4aace77c7c8c63..0cd7402be5b996 100644 --- a/Makefile +++ b/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 node-core-clang-format is not installed.) $(info To install (requires internet access) run: $$ make format-cpp-build) endif