closes #206 always display errors in the console
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user