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

exception_error: support objects in ext_info

This commit is contained in:
Andrew Dolgov
2014-03-14 14:49:18 +04:00
parent cde449b937
commit 2f7918ae2e

View File

@@ -47,6 +47,8 @@ function exception_error(location, e, ext_info) {
if (ext_info) {
if (ext_info.responseText) {
ext_info = ext_info.responseText;
} else {
ext_info = JSON.stringify(ext_info);
}
}