We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eaab206 commit cd668ebCopy full SHA for cd668eb
lib/internal/modules/esm/hooks.js
@@ -647,7 +647,7 @@ function pluckHooks({
647
} else if (globalPreload) { // TODO(JakobJingleheimer): Remove this when loaders go "stable".
648
process.emitWarning(
649
'`globalPreload` has been removed; use `initialize` instead.',
650
- 'DeprecationWarning',
+ 'UnsupportedWarning',
651
);
652
}
653
0 commit comments