diff --git a/yazi-dds/src/client.rs b/yazi-dds/src/client.rs index 94dcdebf..19d4f321 100644 --- a/yazi-dds/src/client.rs +++ b/yazi-dds/src/client.rs @@ -81,7 +81,7 @@ impl Client { match line.split(',').next() { Some("hey") => { if !Payload::from_str(&line)?.body.as_hey().is_some_and(|b| b.match_version()) { - bail!("Server version mismatch: `yazi` and `ya` must have the same version") + bail!("Server version mismatch - `yazi` and `ya` must have the same version") } } Some("bye") => break,