We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9fece3 commit d6317d0Copy full SHA for d6317d0
lib/internal/modules/esm/create_dynamic_module.js
@@ -3,7 +3,7 @@
3
const { ArrayPrototype } = primordials;
4
5
const { ModuleWrap, callbackMap } = internalBinding('module_wrap');
6
-const debug = require('util').debuglog('esm');
+const debug = require('internal/util/debuglog').debuglog('esm');
7
8
const createDynamicModule = (exports, url = '', evaluate) => {
9
debug('creating ESM facade for %s with exports: %j', url, exports);
0 commit comments