diff options
Diffstat (limited to 'ext/node/polyfills/_fs/_fs_fstat.ts')
-rw-r--r-- | ext/node/polyfills/_fs/_fs_fstat.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/node/polyfills/_fs/_fs_fstat.ts b/ext/node/polyfills/_fs/_fs_fstat.ts index c1f7547ff..682aa3eb2 100644 --- a/ext/node/polyfills/_fs/_fs_fstat.ts +++ b/ext/node/polyfills/_fs/_fs_fstat.ts @@ -6,7 +6,7 @@ import { statCallbackBigInt, statOptions, Stats, -} from "internal:deno_node/_fs/_fs_stat.ts"; +} from "ext:deno_node/_fs/_fs_stat.ts"; export function fstat(fd: number, callback: statCallback): void; export function fstat( |