diff options
Diffstat (limited to 'ext/node/polyfills/internal/dgram.ts')
-rw-r--r-- | ext/node/polyfills/internal/dgram.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal/dgram.ts b/ext/node/polyfills/internal/dgram.ts index cffbe9a9a..8794a26d8 100644 --- a/ext/node/polyfills/internal/dgram.ts +++ b/ext/node/polyfills/internal/dgram.ts @@ -23,7 +23,7 @@ // TODO(petamoriken): enable prefer-primordials for node polyfills // deno-lint-ignore-file prefer-primordials -import { lookup as defaultLookup } from "ext:deno_node/dns.ts"; +import { lookup as defaultLookup } from "node:dns"; import { isInt32, validateFunction, |