Add: JSON parse miss error-log

This commit is contained in:
cutls
2019-11-04 01:10:06 +09:00
parent 5dfb28f2de
commit ffa4ecd673
23 changed files with 3799 additions and 3594 deletions

View File

@@ -156,7 +156,7 @@
return response.json();
})
.catch(function(error) {
todo(error);
todo(error);setLog(start, "JSON", error);
console.error(error);
})
.then(function(json) {
@@ -228,7 +228,7 @@
return response.json();
})
.catch(function(error) {
todo(error);
todo(error);setLog(start, "JSON", error);
console.error(error);
})
.then(function(json) {