summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/string_decoder.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/string_decoder.ts')
-rw-r--r--ext/node/polyfills/string_decoder.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/string_decoder.ts b/ext/node/polyfills/string_decoder.ts
index afcd58472..63de444fa 100644
--- a/ext/node/polyfills/string_decoder.ts
+++ b/ext/node/polyfills/string_decoder.ts
@@ -23,7 +23,7 @@
// TODO(petamoriken): enable prefer-primordials for node polyfills
// deno-lint-ignore-file prefer-primordials
-import { Buffer } from "ext:deno_node/buffer.ts";
+import { Buffer } from "node:buffer";
import {
normalizeEncoding as castEncoding,
notImplemented,