diff options
author | Divy Srivastava <dj.srivastava23@gmail.com> | 2022-09-17 15:34:43 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-17 15:34:43 +0530 |
commit | 6154188786108b253e8c775f728783e9ffa5293f (patch) | |
tree | c39fd66203fe839d67dbd34309c5045abf1ce1ed /runtime/examples | |
parent | e7934432ced9674d23d31a4b6973398bd8c8d090 (diff) |
perf(ext/console): avoid `wrapConsole` when not inspecting (#15931)
Diffstat (limited to 'runtime/examples')
-rw-r--r-- | runtime/examples/hello_runtime.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/examples/hello_runtime.rs b/runtime/examples/hello_runtime.rs index d941cdd05..de5c2427d 100644 --- a/runtime/examples/hello_runtime.rs +++ b/runtime/examples/hello_runtime.rs @@ -39,6 +39,7 @@ async fn main() -> Result<(), AnyError> { ts_version: "x".to_string(), unstable: false, user_agent: "hello_runtime".to_string(), + inspect: false, }, extensions: vec![], unsafely_ignore_certificate_errors: None, |