We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55c9e55 commit 3f99c28Copy full SHA for 3f99c28
1 file changed
plugin/js/ErrorLog.js
@@ -11,8 +11,8 @@ class ErrorLog {
11
12
static showErrorMessage(msg) {
13
// if already showing an error message, queue the new one to display
14
- // when currently showing is closed.
15
- if (this.SuppressErrorLog) {
+ // when currently showing is closed.
+ if (this.SuppressErrorLog && msg.retryAction == null) {
16
return;
17
}
18
ErrorLog.queue.push(msg);
0 commit comments