diff options
Diffstat (limited to 'cli/js/compiler_host.ts')
-rw-r--r-- | cli/js/compiler_host.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/compiler_host.ts b/cli/js/compiler_host.ts index 585a7833e..b89c7163c 100644 --- a/cli/js/compiler_host.ts +++ b/cli/js/compiler_host.ts @@ -2,7 +2,7 @@ import { ASSETS, MediaType, SourceFile } from "./compiler_sourcefile.ts"; import { OUT_DIR, WriteFileCallback, getAsset } from "./compiler_util.ts"; -import { cwd } from "./dir.ts"; +import { cwd } from "./ops/fs/dir.ts"; import { assert, notImplemented } from "./util.ts"; import * as util from "./util.ts"; |