summaryrefslogtreecommitdiff
path: root/cli/js/web/timers.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cli/js/web/timers.ts')
-rw-r--r--cli/js/web/timers.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/js/web/timers.ts b/cli/js/web/timers.ts
index 74347ee7c..e8eacb402 100644
--- a/cli/js/web/timers.ts
+++ b/cli/js/web/timers.ts
@@ -1,4 +1,5 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+
import { assert } from "../util.ts";
import { startGlobalTimer, stopGlobalTimer } from "../ops/timers.ts";
import { RBTree } from "../rbtree.ts";