We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6252403 commit ec78c0eCopy full SHA for ec78c0e
tools/build_node.js
@@ -45,7 +45,7 @@ async function buildNodeLanguage(language, options) {
45
if (!emitWarning.warned) {
46
emitWarning.warned = true;
47
process.emitWarning(
48
- '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"',
49
'DeprecationWarning'
50
);
51
}
0 commit comments