From 10654fa95553866c63a56a7f84c7ec47fb7aac9c Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Wed, 14 Oct 2020 10:52:49 +1100 Subject: refactor(cli): add tsc2 (#7942) Ref #7225 --- core/error.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'core') 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; -- cgit v1.2.3