Skip to content

Commit b31a605

Browse files
committed
log when a plugin fails
1 parent 587aaf1 commit b31a605

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

api/parts/mgmt/app_users.js

+1
Original file line numberDiff line numberDiff line change
@@ -439,6 +439,7 @@ usersApi.mergeOtherPlugins = function(options, callback) {
439439
if (result && result.length) {
440440
for (let index = 0; index < result.length; index++) {
441441
if (result[index].status === "rejected") {
442+
log.e(result[index]);
442443
retry = true;
443444
break;
444445
}

0 commit comments

Comments
 (0)