mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
add error message for testing
This commit is contained in:
@@ -255,6 +255,7 @@ module.exports = function (module) {
|
||||
// https://github.com/NodeBB/NodeBB/issues/4467
|
||||
// https://jira.mongodb.org/browse/SERVER-14322
|
||||
// https://docs.mongodb.org/manual/reference/command/findAndModify/#upsert-and-unique-index
|
||||
console.log('test', err.message);
|
||||
if (err && err.message.startsWith('E11000 duplicate key error')) {
|
||||
return await module.incrObjectFieldBy(key, field, value);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user