diff --git a/pages/index.vue b/pages/index.vue index d8189a04e..767f05615 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -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;