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 3791e079d..43bd199b1 100644 --- a/js/timers.ts +++ b/js/timers.ts @@ -3,7 +3,7 @@ import { assert } from "./util"; import * as util from "./util"; import { deno as fbs } from "gen/msg_generated"; import { flatbuffers } from "flatbuffers"; -import { libdeno } from "./globals"; +import { libdeno } from "./libdeno"; let nextTimerId = 1; |