summaryrefslogtreecommitdiff
path: root/js/errors.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-09-09 19:21:22 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-09-09 23:12:22 -0400
commita4f1b367b9314b1526c51dad593cac1682ef996b (patch)
treef037cf49914f2d929b4b5f14c52e1ef11f06bd72 /js/errors.ts
parent3574c7a5d39c6cd55e7c25a10e4e5c8e363b7af9 (diff)
Remove namespace from src/msg.fbs
Diffstat (limited to 'js/errors.ts')
-rw-r--r--js/errors.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/errors.ts b/js/errors.ts
index 2d0572e6d..ad7b6be21 100644
--- a/js/errors.ts
+++ b/js/errors.ts
@@ -1,4 +1,4 @@
-import { deno as fbs } from "gen/msg_generated";
+import * as fbs from "gen/msg_generated";
// @internal
export class DenoError<T extends fbs.ErrorKind> extends Error {