diff options
Diffstat (limited to 'cli/ops/timers.rs')
-rw-r--r-- | cli/ops/timers.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/ops/timers.rs b/cli/ops/timers.rs index 982ea9cac..8bec10f70 100644 --- a/cli/ops/timers.rs +++ b/cli/ops/timers.rs @@ -2,7 +2,7 @@ use super::dispatch_json::{Deserialize, JsonOp, Value}; use crate::ops::json_op; use crate::state::ThreadSafeState; -use deno::*; +use deno_core::*; use futures::future::FutureExt; use std; use std::time::Duration; |