summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal_binding/util.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal_binding/util.ts')
-rw-r--r--ext/node/polyfills/internal_binding/util.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal_binding/util.ts b/ext/node/polyfills/internal_binding/util.ts
index 21d3cb3dd..79084c694 100644
--- a/ext/node/polyfills/internal_binding/util.ts
+++ b/ext/node/polyfills/internal_binding/util.ts
@@ -25,7 +25,7 @@
// - https://github.com/nodejs/node/blob/master/src/util.cc
// - https://github.com/nodejs/node/blob/master/src/util.h
-import { notImplemented } from "internal:deno_node/polyfills/_utils.ts";
+import { notImplemented } from "internal:deno_node/_utils.ts";
export function guessHandleType(_fd: number): string {
notImplemented("util.guessHandleType");