summaryrefslogtreecommitdiff
path: root/timers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'timers.ts')
-rw-r--r--timers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/timers.ts b/timers.ts
index ed65128cd..da2cccd89 100644
--- a/timers.ts
+++ b/timers.ts
@@ -1,6 +1,6 @@
// Copyright 2018 Ryan Dahl <ry@tinyclouds.org>
// All rights reserved. MIT License.
-import { main as pb } from "./msg.pb";
+import { deno as pb } from "./msg.pb";
import { pubInternal, sub } from "./dispatch";
import { assert } from "./util";