fix: typo
This commit is contained in:
@@ -216,7 +216,7 @@ export default {
|
|||||||
this.$toast.info(`Finished in ${duration}ms`, {
|
this.$toast.info(`Finished in ${duration}ms`, {
|
||||||
icon: "done"
|
icon: "done"
|
||||||
});
|
});
|
||||||
} catch(err) {
|
} catch(error) {
|
||||||
this.$nuxt.$loading.finish();
|
this.$nuxt.$loading.finish();
|
||||||
this.schemaString = error + ". Check console for details.";
|
this.schemaString = error + ". Check console for details.";
|
||||||
this.$toast.error(error + " (F12 for details)", {
|
this.$toast.error(error + " (F12 for details)", {
|
||||||
|
|||||||
Reference in New Issue
Block a user