From 6f78581fb6f1a9048e3b547941d1b53a0d242a64 Mon Sep 17 00:00:00 2001 From: Miri Shiwana Date: Tue, 17 Oct 2023 12:56:47 +0700 Subject: [PATCH] fix typo >w< --- main-dev.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main-dev.js b/main-dev.js index a8000e4..4fec990 100644 --- a/main-dev.js +++ b/main-dev.js @@ -1107,7 +1107,7 @@ class ARMMane{ runInstruction(instruction) { - if (instructions.length == 0) { + if (instruction.length == 0) { this.consoleLog("「ARMMANE」 No instruction to run", "WARN"); return; }