From 482bd53357d6dda76aeb4457c38386f39a1e6624 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Nie=C3=9Fen?= Date: Thu, 7 Jul 2022 22:17:49 +0200 Subject: [PATCH] build: clarify missing clang-format tool PR-URL: https://github.com/nodejs/node/pull/42762 Co-authored-by: Rich Trott Reviewed-By: Darshan Sen Reviewed-By: Rich Trott Reviewed-By: Mestery Reviewed-By: Luigi Pinca Reviewed-By: James M Snell Reviewed-By: Michael Dawson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c75e1c74056cc9..e0d756fea3ac35 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 Required tooling for C++ code formatting is not installed.) $(info To install (requires internet access) run: $$ make format-cpp-build) endif