mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
fixup! feat(cli): allow printing selected DDS messages to the console
This commit is contained in:
parent
390dbc1f44
commit
9cd3ee0cd7
1 changed files with 0 additions and 1 deletions
|
|
@ -79,7 +79,6 @@ impl Client {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
None => loop {
|
None => loop {
|
||||||
println!("Connection closed");
|
|
||||||
match Self::connect_listener(&kinds).await {
|
match Self::connect_listener(&kinds).await {
|
||||||
Ok(new_lines) => {
|
Ok(new_lines) => {
|
||||||
lines = new_lines;
|
lines = new_lines;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue