Bundled output for commit fd7cf8041e [skip ci]

This commit is contained in:
Gandalf-the-Bot 2018-08-06 11:37:45 +00:00
parent fd7cf8041e
commit 4d0047380c
3 changed files with 4 additions and 4 deletions

View file

@ -389,7 +389,7 @@ var _9 = function($window, Promise) {
}
function deserialize(data) {
try {return data !== "" ? JSON.parse(data) : null}
catch (e) {throw new Error(data)}
catch (e) {throw new Error("Invalid JSON: " + data)}
}
function extract(xhr) {return xhr.responseText}
function cast(type0, data) {