(fix) lint
This commit is contained in:
parent
85ffb8160a
commit
868df8a82a
|
|
@ -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<any[]>([]);
|
||||
|
|
|
|||
Loading…
Reference in New Issue