closes #206 always display errors in the console
This commit is contained in:
parent
04f55cd9c4
commit
613f3c5cbc
1 changed files with 1 additions and 0 deletions
|
|
@ -873,6 +873,7 @@
|
|||
this.$refs.historyComponent.addEntry(entry);
|
||||
})();
|
||||
} catch (error) {
|
||||
console.error(error);
|
||||
if (error.response) {
|
||||
this.response.headers = error.response.headers;
|
||||
this.response.status = error.response.status;
|
||||
|
|
|
|||
Loading…
Reference in a new issue