diff options
Diffstat (limited to 'js/timers.ts')
-rw-r--r-- | js/timers.ts | 2 |
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"; |