Compare commits
2 Commits
e4fccb4e28
...
5d7e571994
Author | SHA1 | Date | |
---|---|---|---|
5d7e571994 | |||
9f0763b255 |
@@ -729,7 +729,7 @@ fn run_client(config: &Config, subscription: &str) {
|
||||
eprintln!("Failed to send subscription: {}", e);
|
||||
std::process::exit(1);
|
||||
}
|
||||
println!(
|
||||
info!(
|
||||
"Subscribed to '{}' events. Waiting for events...",
|
||||
subscription
|
||||
);
|
||||
@@ -825,7 +825,7 @@ fn run_workspaces_client(config: &Config) {
|
||||
}
|
||||
let mut workspaces_tmp = workspaces.clone();
|
||||
workspaces_tmp.sort_by(|a, b| a.id.cmp(&b.id));
|
||||
let mut workspace = workspaces_tmp
|
||||
let workspace = workspaces_tmp
|
||||
.iter_mut()
|
||||
.find(|w| w.id == active_id)
|
||||
.unwrap();
|
||||
|
Reference in New Issue
Block a user