From 0888f2b2aefecbf65c5430ebb1543f1e86a4f4c0 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 13 Jun 2018 19:37:24 +0200 Subject: Change msg.proto package name. --- fetch.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetch.ts') diff --git a/fetch.ts b/fetch.ts index a7782af98..c59d41bf5 100644 --- a/fetch.ts +++ b/fetch.ts @@ -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) => { -- cgit v1.2.3