diff options
Diffstat (limited to 'js/stat.ts')
-rw-r--r-- | js/stat.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/stat.ts b/js/stat.ts index 21d80dab3..4cfc4290f 100644 --- a/js/stat.ts +++ b/js/stat.ts @@ -3,7 +3,7 @@ import * as msg from "gen/msg_generated"; import { flatbuffers } from "flatbuffers"; import * as dispatch from "./dispatch"; import { assert } from "./util"; -import { FileInfo, FileInfoImpl } from "./fileinfo"; +import { FileInfo, FileInfoImpl } from "./file_info"; /** * Queries the file system for information on the path provided. |