Skip to content

Commit

Permalink
update toast error
Browse files Browse the repository at this point in the history
  • Loading branch information
nickpalenchar committed Oct 23, 2019
1 parent 613f3c5 commit 93300a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@
} else {
this.response.status = error.message;
this.response.body = "See JavaScript console (F12) for details.";
this.$toast.error('Something went wrong!', {
this.$toast.error(error + ' (F12 for details)', {
icon: 'error'
});
if(!this.$store.state.postwoman.settings.PROXY_ENABLED) {
Expand Down

0 comments on commit 93300a4

Please sign in to comment.