diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index dfbfaafaa..656662391 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -19,6 +19,7 @@ pub use deno_webstorage; pub mod colors; pub mod errors; +pub mod fmt_errors; pub mod fs_util; pub mod inspector_server; pub mod js; |