summaryrefslogtreecommitdiff
path: root/ext/node/module_es_shim.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/module_es_shim.js')
-rw-r--r--ext/node/module_es_shim.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/module_es_shim.js b/ext/node/module_es_shim.js
index ab128e7a9..164e18db5 100644
--- a/ext/node/module_es_shim.js
+++ b/ext/node/module_es_shim.js
@@ -1,4 +1,4 @@
-const m = Deno[Deno.internal].require.moduleExports;
+const m = Deno[Deno.internal].require.Module;
export const _cache = m._cache;
export const _extensions = m._extensions;
export const _findPath = m._findPath;