refactor: avoid panicking into thread, bubble up errors to main thread to be handled

This commit is contained in:
VC
2022-11-09 10:23:26 +01:00
parent 291c86677e
commit 9970968b47
3 changed files with 35 additions and 19 deletions

2
Cargo.lock generated
View File

@@ -2016,7 +2016,7 @@ dependencies = [
[[package]]
name = "scootaloo"
version = "0.8.0"
version = "0.8.1"
dependencies = [
"chrono",
"clap",