summaryrefslogtreecommitdiff
path: root/os.ts
diff options
context:
space:
mode:
Diffstat (limited to 'os.ts')
-rw-r--r--os.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/os.ts b/os.ts
index 87f8061ff..a51c6ec5d 100644
--- a/os.ts
+++ b/os.ts
@@ -2,7 +2,7 @@
// All rights reserved. MIT License.
import { ModuleInfo } from "./types";
import { pubInternal } from "./dispatch";
-import { main as pb } from "./msg.pb";
+import { deno as pb } from "./msg.pb";
import { assert } from "./util";
export function exit(exitCode = 0): void {