mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
..
This commit is contained in:
parent
897eb54e98
commit
08b4b8f272
1 changed files with 1 additions and 1 deletions
|
|
@ -92,7 +92,7 @@ impl Client {
|
||||||
|
|
||||||
if version != Some(BodyHi::version()) {
|
if version != Some(BodyHi::version()) {
|
||||||
bail!(
|
bail!(
|
||||||
"Incompatible version - Yazi {} <==> Ya {}",
|
"Incompatible version (Yazi {}, Ya {})",
|
||||||
version.as_deref().unwrap_or("Unknown"),
|
version.as_deref().unwrap_or("Unknown"),
|
||||||
BodyHi::version()
|
BodyHi::version()
|
||||||
);
|
);
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue