diff options
Diffstat (limited to 'cli/proc_state.rs')
-rw-r--r-- | cli/proc_state.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/proc_state.rs b/cli/proc_state.rs index 7175f18e1..42c34686f 100644 --- a/cli/proc_state.rs +++ b/cli/proc_state.rs @@ -229,7 +229,7 @@ impl ProcState { cli_options.unstable() // don't do the unstable error when in the lsp || matches!(cli_options.sub_command(), DenoSubcommand::Lsp), - )?; + ); Ok(ProcState(Arc::new(Inner { dir, |