1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 05:15:55 +00:00

xhr.json: don't call resolve() on failed to parse data

This commit is contained in:
Andrew Dolgov
2021-11-14 15:57:43 +03:00
parent 15af164f69
commit fe1feca009

View File

@@ -198,6 +198,7 @@ const xhr = {
failed(e);
reject(e);
return;
}
console.log('xhr.json', '<<<', obj, (new Date().getTime() - xhr._ts) + " ms");