From f4e9a57b324cbf3f81bf7eb1d65c45ade2696ec5 Mon Sep 17 00:00:00 2001 From: Josh Goebel Date: Tue, 6 Apr 2021 13:35:06 -0400 Subject: [PATCH] Update tools/build_node.js Co-authored-by: Antoine du Hamel --- tools/build_node.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build_node.js b/tools/build_node.js index 3e1e0432e3..2d6c511a67 100644 --- a/tools/build_node.js +++ b/tools/build_node.js @@ -45,7 +45,7 @@ async function buildNodeLanguage(language, options) { if (!emitWarning.warned) { emitWarning.warned = true; process.emitWarning( - 'Using file extension in specifier is deprecated, use "highlight.js/lib/languages/%%%%" instead', + 'Using file extension in specifier is deprecated, use "highlight.js/lib/languages/%%%%" instead of "highlight.js/lib/languages/%%%%.js"', 'DeprecationWarning' ); }