forked from janek/mostr
fix: automatically stop task tracking on close
This commit is contained in:
parent
c8463e6924
commit
3a444c3ac2
1 changed files with 2 additions and 0 deletions
|
@ -210,6 +210,8 @@ async fn repl() {
|
|||
}
|
||||
}
|
||||
|
||||
tasks.update_state("", |t| if t.pure_state() == State::Active { Some(State::Open) } else { None });
|
||||
|
||||
println!();
|
||||
println!("Submitting created events");
|
||||
let _ = CLIENT
|
||||
|
|
Loading…
Add table
Reference in a new issue