mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
better exit on error
Update meilisearch-core/src/database.rs Co-authored-by: Clément Renault <renault.cle@gmail.com> Update meilisearch-core/src/database.rs Co-authored-by: Clément Renault <renault.cle@gmail.com>
This commit is contained in:
parent
6f0b6933e6
commit
51d7c84e73
5 changed files with 15 additions and 17 deletions
|
@ -50,7 +50,7 @@ impl Server {
|
|||
..Opt::default()
|
||||
};
|
||||
|
||||
let data = Data::new(opt.clone());
|
||||
let data = Data::new(opt.clone()).unwrap();
|
||||
|
||||
Server {
|
||||
uid: uid.to_string(),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue