Change msg.proto package name.

This commit is contained in:
Ryan Dahl 2018-06-13 19:37:24 +02:00
parent 5c7ba22f22
commit 0888f2b2ae
9 changed files with 130 additions and 130 deletions

View file

@ -8,7 +8,7 @@ import {
typedArrayToArrayBuffer
} from "./util";
import { pubInternal, sub } from "./dispatch";
import { main as pb } from "./msg.pb";
import { deno as pb } from "./msg.pb";
export function initFetch() {
sub("fetch", (payload: Uint8Array) => {