[work]: grrr
Some checks failed
/ test (push) Waiting to run
/ clippy (push) Has been cancelled

This commit is contained in:
Chris Cochrun 2026-04-30 13:51:03 -05:00
parent b6506f0217
commit 5cb914aedf

View file

@ -2226,7 +2226,7 @@ fn add_library() -> Task<Message> {
Library::new(Arc::new(match res {
Ok(db) => db,
Err(e) => {
error!("{e}");
error!("{e}: {}", e.root_cause());
panic!("{e}")
}
})),