Output debug information
This commit is contained in:
parent
4a6104d89a
commit
c00494eb13
|
@ -2837,7 +2837,7 @@ cache(function(data, match, sendBadge, request) {
|
||||||
|
|
||||||
sendBadge(format, badgeData);
|
sendBadge(format, badgeData);
|
||||||
} catch(e) {
|
} catch(e) {
|
||||||
badgeData.text[1] = 'invalid';
|
badgeData.text[1] = "Invalid: " + e.message;//'invalid';
|
||||||
sendBadge(format, badgeData);
|
sendBadge(format, badgeData);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user