From b2036a4db71afd67a78f932528143fb07faea538 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 16 Nov 2021 09:02:28 -0500 Subject: refactor: re-export anyhow from deno_core (#12777) --- runtime/ops/runtime.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'runtime/ops') diff --git a/runtime/ops/runtime.rs b/runtime/ops/runtime.rs index 66dd0de4b..6006716ef 100644 --- a/runtime/ops/runtime.rs +++ b/runtime/ops/runtime.rs @@ -1,8 +1,8 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. use crate::permissions::Permissions; +use deno_core::anyhow::Context; use deno_core::error::AnyError; -use deno_core::error::Context; use deno_core::op_sync; use deno_core::Extension; use deno_core::ModuleSpecifier; -- cgit v1.2.3