diff options
Diffstat (limited to 'cli/bench/main.rs')
-rw-r--r-- | cli/bench/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/bench/main.rs b/cli/bench/main.rs index 747407945..3bf73e78d 100644 --- a/cli/bench/main.rs +++ b/cli/bench/main.rs @@ -472,7 +472,7 @@ async fn main() -> Result<()> { } if benchmarks.contains(&"lsp") { - let lsp_exec_times = lsp::benchmarks(&deno_exe)?; + let lsp_exec_times = lsp::benchmarks(&deno_exe); new_data.lsp_exec_time = lsp_exec_times; } |