1
0
Fork 0

Fix task_do_dialog

This commit is contained in:
Malte Brandy 2018-06-30 04:32:41 +02:00
parent 62a93c0326
commit c3d3666d12
No known key found for this signature in database
GPG key ID: 226A2D41EF5378C9

View file

@ -525,7 +525,6 @@ Do you want to change the state? (Esc to cancel)",
)? {
"do" => {
self.work_on_task(uuid)?;
break;
}
"done" => {
self.cache.get_mut(uuid).chain_err(|| "BUG!")?.tw_done();