mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 17:20:08 +00:00
use default message
This commit is contained in:
parent
47b2be986b
commit
0dee053e36
@ -12,7 +12,7 @@ impl Database {
|
||||
Self {
|
||||
connection: match Connection::open(path) {
|
||||
Ok(connection) => Rc::new(RwLock::new(connection)),
|
||||
Err(e) => panic!("Failed to connect profile database: {e}"),
|
||||
Err(reason) => panic!("{reason}"),
|
||||
},
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user