diff options
Diffstat (limited to 'ext/node/polyfills/buffer.ts')
-rw-r--r-- | ext/node/polyfills/buffer.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/buffer.ts b/ext/node/polyfills/buffer.ts index 423fdb2ca..f233fda05 100644 --- a/ext/node/polyfills/buffer.ts +++ b/ext/node/polyfills/buffer.ts @@ -10,4 +10,4 @@ export { kMaxLength, kStringMaxLength, SlowBuffer, -} from "internal:deno_node/internal/buffer.mjs"; +} from "ext:deno_node/internal/buffer.mjs"; |