Skip to content

Commit ec78c0e

Browse files
joshgoebeladuh95
andauthored
Update tools/build_node.js
Co-authored-by: Antoine du Hamel <[email protected]>
1 parent 6252403 commit ec78c0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/build_node.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ async function buildNodeLanguage(language, options) {
4545
if (!emitWarning.warned) {
4646
emitWarning.warned = true;
4747
process.emitWarning(
48-
'Using file extension in specifier is deprecated, use "highlight.js/lib/languages/%%%%" instead',
48+
'Using file extension in specifier is deprecated, use "highlight.js/lib/languages/%%%%" instead of "highlight.js/lib/languages/%%%%.js"',
4949
'DeprecationWarning'
5050
);
5151
}

0 commit comments

Comments
 (0)