diff options
Diffstat (limited to 'cli/js/compiler.ts')
-rw-r--r-- | cli/js/compiler.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/js/compiler.ts b/cli/js/compiler.ts index 79b9fdaf6..7addfc5ca 100644 --- a/cli/js/compiler.ts +++ b/cli/js/compiler.ts @@ -32,7 +32,7 @@ import { fromTypeScriptDiagnostic } from "./diagnostics_util.ts"; import * as os from "./os.ts"; import { assert } from "./util.ts"; import * as util from "./util.ts"; -import { postMessage, workerClose, workerMain } from "./workers.ts"; +import { postMessage, workerClose, workerMain } from "./worker_main.ts"; const self = globalThis; |