summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal/dns/utils.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal/dns/utils.ts')
-rw-r--r--ext/node/polyfills/internal/dns/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/dns/utils.ts b/ext/node/polyfills/internal/dns/utils.ts
index e9747f42e..c78046b56 100644
--- a/ext/node/polyfills/internal/dns/utils.ts
+++ b/ext/node/polyfills/internal/dns/utils.ts
@@ -24,7 +24,7 @@
// deno-lint-ignore-file prefer-primordials
import { getOptionValue } from "ext:deno_node/internal/options.ts";
-import { emitWarning } from "ext:deno_node/process.ts";
+import { emitWarning } from "node:process";
import {
AI_ADDRCONFIG,
AI_ALL,