Closed killzoner closed 4 years ago
Hi there,
When a topic returns HTTP 500, the whole page topic does not display because of the global Promise.all.
topic
Promise.all
This PR fixes that, to at least display the name of the topic which is failing, and the other ones as expected.
Thank you for this useful tool!
Hi, Thanks !!!
Hi there,
When a topic returns HTTP 500, the whole page
topic
does not display because of the globalPromise.all
.This PR fixes that, to at least display the name of the topic which is failing, and the other ones as expected.
Thank you for this useful tool!