Skip to content

Commit a92159b

Browse files
author
usbsync
committed
change console
1 parent 00e469a commit a92159b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2440,7 +2440,7 @@ Entry.Utils.getObjectsBlocksForEventThread = _.memoize((object) => {
24402440
}
24412441
resolve(_.flatten(result));
24422442
} catch (e) {
2443-
console.warn(e);
2443+
console.warn('blockCount : ', e);
24442444
resolve(_.flatten(result));
24452445
}
24462446
});

0 commit comments

Comments
 (0)