Skip to content

Commit

Permalink
Revert "fix typo >w<"
Browse files Browse the repository at this point in the history
This reverts commit 6f78581.
  • Loading branch information
Nicezki committed Oct 17, 2023
1 parent 6f78581 commit 0ce7aae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main-dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -1107,7 +1107,7 @@ class ARMMane{


runInstruction(instruction) {
if (instruction.length == 0) {
if (instructions.length == 0) {
this.consoleLog("「ARMMANE」 No instruction to run", "WARN");
return;
}
Expand Down

0 comments on commit 0ce7aae

Please sign in to comment.