mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-10 01:23:04 +01:00
refactor: log uid that failed
This commit is contained in:
@@ -655,7 +655,7 @@ Actors.prune = async () => {
|
||||
await user.deleteAccount(uid);
|
||||
deletionCount += 1;
|
||||
} catch (err) {
|
||||
winston.error(err.stack);
|
||||
winston.error(`Failed to delete user with uid ${uid}: ${err.stack}`);
|
||||
}
|
||||
} else {
|
||||
notDeletedDueToLocalContent += 1;
|
||||
|
||||
Reference in New Issue
Block a user