Fixes to tasks

This commit is contained in:
Luke D. Jones
2022-06-12 15:31:09 +12:00
parent 578d5fd541
commit 9519a35e32
4 changed files with 83 additions and 63 deletions

View File

@@ -164,7 +164,7 @@ pub fn run_animation(
}
}
callback(output)?;
callback(output).ok();
if timed && Instant::now().duration_since(start) > run_time {
break 'animation;