This commit is contained in:
sxyazi 2024-06-02 02:38:18 +08:00
parent 897eb54e98
commit 08b4b8f272
No known key found for this signature in database

View file

@ -92,7 +92,7 @@ impl Client {
if version != Some(BodyHi::version()) {
bail!(
"Incompatible version - Yazi {} <==> Ya {}",
"Incompatible version (Yazi {}, Ya {})",
version.as_deref().unwrap_or("Unknown"),
BodyHi::version()
);