From 0770449c938cdd0edbadaf1e87e460b21fc1b4ef Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Fri, 12 Mar 2021 21:23:59 +0100 Subject: refactor: move Console to op_crates/console (#9770) --- runtime/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'runtime/lib.rs') diff --git a/runtime/lib.rs b/runtime/lib.rs index 140637261..f4cf559d2 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -7,6 +7,7 @@ extern crate lazy_static; #[macro_use] extern crate log; +pub use deno_console; pub use deno_crypto; pub use deno_fetch; pub use deno_url; -- cgit v1.2.3