closes #206 always display errors in the console
This commit is contained in:
@@ -873,6 +873,7 @@
|
|||||||
this.$refs.historyComponent.addEntry(entry);
|
this.$refs.historyComponent.addEntry(entry);
|
||||||
})();
|
})();
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
|
console.error(error);
|
||||||
if (error.response) {
|
if (error.response) {
|
||||||
this.response.headers = error.response.headers;
|
this.response.headers = error.response.headers;
|
||||||
this.response.status = error.response.status;
|
this.response.status = error.response.status;
|
||||||
|
|||||||
Reference in New Issue
Block a user