summaryrefslogtreecommitdiff
path: root/js/timers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'js/timers.ts')
-rw-r--r--js/timers.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/timers.ts b/js/timers.ts
index 6b23c64f1..ee95f7093 100644
--- a/js/timers.ts
+++ b/js/timers.ts
@@ -1,7 +1,7 @@
// Copyright 2018 the Deno authors. All rights reserved. MIT license.
import { assert } from "./util";
import * as util from "./util";
-import { deno as fbs } from "gen/msg_generated";
+import * as fbs from "gen/msg_generated";
import { flatbuffers } from "flatbuffers";
import { send, sendAsync } from "./fbs_util";