mirror of
https://github.com/wassname/talk.git
synced 2026-07-04 17:23:57 +08:00
still throw error
This commit is contained in:
@@ -9,4 +9,5 @@ Setting.update({id: '1'}, {$setOnInsert: defaults}, {upsert: true})
|
||||
}).catch((err) => {
|
||||
console.error(`failed to create the settings object ${JSON.stringify(err)}`);
|
||||
mongoose.disconnect();
|
||||
throw new Error(err); // just to be safe
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user