Skip to content

Commit

Permalink
Fix merge conflict resolution error
Browse files Browse the repository at this point in the history
  • Loading branch information
gbrail committed Aug 18, 2024
1 parent a12b5eb commit 8634af5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,6 +119,7 @@ public static Object iterativeMethod(
if (ScriptRuntime.toBoolean(result)) return elem;
break;
case FIND_INDEX:
case FIND_LAST_INDEX:
if (ScriptRuntime.toBoolean(result))
return ScriptRuntime.wrapNumber((double) i);
break;
Expand Down

0 comments on commit 8634af5

Please sign in to comment.