Skip to content

Commit

Permalink
fix typo >w<
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicezki committed Oct 17, 2023
1 parent 5075945 commit 6f78581
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 (instructions.length == 0) {
if (instruction.length == 0) {
this.consoleLog("「ARMMANE」 No instruction to run", "WARN");
return;
}
Expand Down

0 comments on commit 6f78581

Please sign in to comment.