fix: typo

This commit is contained in:
jamesgeorge007
2019-11-20 18:08:22 +05:30
parent a7d483ea1b
commit 2083e02698

View File

@@ -216,7 +216,7 @@ export default {
this.$toast.info(`Finished in ${duration}ms`, {
icon: "done"
});
} catch(err) {
} catch(error) {
this.$nuxt.$loading.finish();
this.schemaString = error + ". Check console for details.";
this.$toast.error(error + " (F12 for details)", {