closes #206 always display errors in the console

This commit is contained in:
Nicholas Palenchar
2019-10-22 21:24:08 -04:00
parent 04f55cd9c4
commit 613f3c5cbc

View File

@@ -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;