Always finish previous autosave before starting a new one

This commit is contained in:
Antonio Scandurra 2022-07-05 17:36:40 +02:00
parent ebf4bae173
commit a5c39acf4c
2 changed files with 8 additions and 10 deletions

View file

@ -675,9 +675,7 @@ impl Background {
}
}
_ => {
log::info!("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
// panic!("this method can only be called on a deterministic executor")
panic!("this method can only be called on a deterministic executor")
}
}
}