summaryrefslogtreecommitdiff
path: root/js/compiler.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/compiler.ts')
-rw-r--r--js/compiler.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/compiler.ts b/js/compiler.ts
index 8be78935f..0f7070fd2 100644
--- a/js/compiler.ts
+++ b/js/compiler.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import * as ts from "typescript";
-import * as msg from "gen/msg_generated";
+import * as msg from "gen/cli/msg_generated";
import { window } from "./window";
import { assetSourceCode } from "./assets";
import { Console } from "./console";