Skip to content

Commit

Permalink
Oops
Browse files Browse the repository at this point in the history
  • Loading branch information
jwklong authored Jan 11, 2025
1 parent a0acd16 commit 1bedc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extensions/jwArray/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ class Extension {
if (index > entry.length - 1) return;
util.thread.stackFrames[0].jwArray = entry[index];
} else {
const parse = this.tryParse(args.OBJ);
const parse = this.tryParse(ARRAY);
const entry = Object.entries(parse);
if (entry.length === 0) return;
util.stackFrame.entry = entry;
Expand Down

0 comments on commit 1bedc0b

Please sign in to comment.