summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/sys.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/sys.ts')
-rw-r--r--ext/node/polyfills/sys.ts4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/sys.ts b/ext/node/polyfills/sys.ts
index 965dcb013..5f7c2c960 100644
--- a/ext/node/polyfills/sys.ts
+++ b/ext/node/polyfills/sys.ts
@@ -1,3 +1,3 @@
// Copyright 2018-2023 the Deno authors. All rights reserved. MIT license.
-export * from "internal:deno_node/util.ts";
-export { default } from "internal:deno_node/util.ts";
+export * from "ext:deno_node/util.ts";
+export { default } from "ext:deno_node/util.ts";