diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2018-06-13 19:37:24 +0200 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2018-06-14 14:19:17 +0200 |
commit | 0888f2b2aefecbf65c5430ebb1543f1e86a4f4c0 (patch) | |
tree | 48a07c56602bd530be2d968fd1c738ef6283f59f /timers.ts | |
parent | 5c7ba22f2242930ad09f011eaea12a59153e294f (diff) |
Change msg.proto package name.
Diffstat (limited to 'timers.ts')
-rw-r--r-- | timers.ts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"; |