summaryrefslogtreecommitdiff
path: root/ext/node/polyfills/internal_binding/node_file.ts
diff options
context:
space:
mode:
Diffstat (limited to 'ext/node/polyfills/internal_binding/node_file.ts')
-rw-r--r--ext/node/polyfills/internal_binding/node_file.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/internal_binding/node_file.ts b/ext/node/polyfills/internal_binding/node_file.ts
index 742217b19..1c45f91ff 100644
--- a/ext/node/polyfills/internal_binding/node_file.ts
+++ b/ext/node/polyfills/internal_binding/node_file.ts
@@ -25,7 +25,7 @@
// - https://github.com/nodejs/node/blob/master/src/node_file.cc
// - https://github.com/nodejs/node/blob/master/src/node_file.h
-import { assert } from "internal:deno_node/polyfills/_util/asserts.ts";
+import { assert } from "internal:deno_node/_util/asserts.ts";
/**
* Write to the given file from the given buffer synchronously.