diff options
Diffstat (limited to 'js/read_file.ts')
-rw-r--r-- | js/read_file.ts | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/read_file.ts b/js/read_file.ts index 1ca52e276..de6630cc0 100644 --- a/js/read_file.ts +++ b/js/read_file.ts @@ -1,6 +1,6 @@ // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import { open, openSync } from "./files"; -import { readAll, readAllSync } from "./buffer"; +import { open, openSync } from "./files.ts"; +import { readAll, readAllSync } from "./buffer.ts"; /** Read the entire contents of a file synchronously. * |