We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fab3b44 commit 43cf848Copy full SHA for 43cf848
src/Adapters/Storage/Mongo/MongoStorageAdapter.js
@@ -595,7 +595,7 @@ export class MongoStorageAdapter {
595
$set: { _metadata: { indexes: indexes } }
596
}));
597
598
- }).catch(() => { //err
+ }).catch((err) => {
599
/* eslint-disable no-console */
600
// silently eat the error as collection may NOT exist?
601
console.info(`>>>>>>>> [[ Caught auto-index creation error for ` + schema.className + ' ]]');
0 commit comments