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.
esm/loader.js
1 parent 4306300 commit 9a8622bCopy full SHA for 9a8622b
lib/internal/modules/esm/loader.js
@@ -18,7 +18,7 @@ const translators = require('internal/modules/esm/translators');
18
19
const FunctionBind = Function.call.bind(Function.prototype.bind);
20
21
-const debug = require('util').debuglog('esm');
+const debug = require('internal/util/debuglog').debuglog('esm');
22
23
/* A Loader instance is used as the main entry point for loading ES modules.
24
* Currently, this is a singleton -- there is only one used for loading
0 commit comments