diff options
Diffstat (limited to 'runtime/lib.rs')
-rw-r--r-- | runtime/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/lib.rs b/runtime/lib.rs index 3cc73bfff..91bea8303 100644 --- a/runtime/lib.rs +++ b/runtime/lib.rs @@ -16,7 +16,7 @@ pub use deno_webstorage; pub mod colors; pub mod errors; pub mod fs_util; -pub mod inspector; +pub mod inspector_server; pub mod js; pub mod metrics; pub mod ops; |