Skip to content

Commit

Permalink
Update tools/build_node.js
Browse files Browse the repository at this point in the history
Co-authored-by: Antoine du Hamel <duhamelantoine1995@gmail.com>
  • Loading branch information
joshgoebel and aduh95 committed Apr 16, 2021
1 parent 715a0bb commit f4e9a57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build_node.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'
);
}
Expand Down

0 comments on commit f4e9a57

Please sign in to comment.