still throw error

This commit is contained in:
Riley Davis
2016-11-04 10:11:13 -06:00
parent 1876d38089
commit 1bab2d3e4e
+1
View File
@@ -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
});