diff --git a/crates/remote/src/remote_client.rs b/crates/remote/src/remote_client.rs index 1a2ccbef648b3e12c8606b2d3550d430751daacc..0b4eed025e6c1e47e979af108514485c32aaccae 100644 --- a/crates/remote/src/remote_client.rs +++ b/crates/remote/src/remote_client.rs @@ -841,7 +841,7 @@ impl RemoteClient { })?; } } - } else if exit_code > 0 { + } else { log::error!("proxy process terminated unexpectedly: {exit_code}"); this.update(cx, |this, cx| { this.reconnect(cx).ok();