From 868df8a82a1c3375070f40424f9488b1ebdde0cd Mon Sep 17 00:00:00 2001 From: kakkokari-gtyih Date: Tue, 24 Oct 2023 19:31:22 +0900 Subject: [PATCH] (fix) lint --- packages/frontend/src/pages/scratchpad.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/frontend/src/pages/scratchpad.vue b/packages/frontend/src/pages/scratchpad.vue index 4b600d248f..ae39cbb3ba 100644 --- a/packages/frontend/src/pages/scratchpad.vue +++ b/packages/frontend/src/pages/scratchpad.vue @@ -50,6 +50,7 @@ import MkAsUi from '@/components/MkAsUi.vue'; import { miLocalStorage } from '@/local-storage.js'; import { claimAchievement } from '@/scripts/achievements.js'; +const parser = new Parser(); let aiscript: Interpreter; const code = ref(''); const logs = ref([]);