mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
use default message
This commit is contained in:
parent
47b2be986b
commit
0dee053e36
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ impl Database {
|
||||||
Self {
|
Self {
|
||||||
connection: match Connection::open(path) {
|
connection: match Connection::open(path) {
|
||||||
Ok(connection) => Rc::new(RwLock::new(connection)),
|
Ok(connection) => Rc::new(RwLock::new(connection)),
|
||||||
Err(e) => panic!("Failed to connect profile database: {e}"),
|
Err(reason) => panic!("{reason}"),
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue