diff options
Diffstat (limited to 'ext/node/polyfills/sys.ts')
-rw-r--r-- | ext/node/polyfills/sys.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/node/polyfills/sys.ts b/ext/node/polyfills/sys.ts index e6297ca16..965dcb013 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/polyfills/util.ts"; -export { default } from "internal:deno_node/polyfills/util.ts"; +export * from "internal:deno_node/util.ts"; +export { default } from "internal:deno_node/util.ts"; |