summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/error.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/core/error.rs b/core/error.rs
index 8a80e3024..7f16af6c1 100644
--- a/core/error.rs
+++ b/core/error.rs
@@ -1,5 +1,8 @@
// Copyright 2018-2020 the Deno authors. All rights reserved. MIT license.
+pub use anyhow::anyhow;
+pub use anyhow::bail;
+pub use anyhow::Context;
use rusty_v8 as v8;
use std::borrow::Cow;
use std::convert::TryFrom;