Skip to content

Commit 8a9f8aa

Browse files
committed
log when clearing rejected promises from queue.
1 parent 3f6e647 commit 8a9f8aa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/plot_api/plot_api.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ Plotly.plot = function(gd, data, layout, config) {
328328
return gd;
329329
}, function() {
330330
// clear the promise queue if one of them got rejected
331+
Lib.log('Clearing previous rejected promises from queue.');
331332
gd._promises = [];
332333
});
333334
};

0 commit comments

Comments
 (0)