From 2083e026989cc18693c399ab59ca7e0ab49b912b Mon Sep 17 00:00:00 2001 From: jamesgeorge007 Date: Wed, 20 Nov 2019 18:08:22 +0530 Subject: [PATCH] fix: typo --- pages/graphql.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/graphql.vue b/pages/graphql.vue index c8da4e158..8663ca1fe 100644 --- a/pages/graphql.vue +++ b/pages/graphql.vue @@ -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)", {