mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 11:11:04 +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://github.com/NodeBB/NodeBB/issues/4467
|
||||||
// https://jira.mongodb.org/browse/SERVER-14322
|
// https://jira.mongodb.org/browse/SERVER-14322
|
||||||
// https://docs.mongodb.org/manual/reference/command/findAndModify/#upsert-and-unique-index
|
// 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')) {
|
if (err && err.message.startsWith('E11000 duplicate key error')) {
|
||||||
return await module.incrObjectFieldBy(key, field, value);
|
return await module.incrObjectFieldBy(key, field, value);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user