Skip to content

Commit

Permalink
fix for
Browse files Browse the repository at this point in the history
  • Loading branch information
taisukef committed Dec 24, 2024
1 parent 939a7f4 commit c1ba2e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DNCL3.js
Original file line number Diff line number Diff line change
Expand Up @@ -525,7 +525,7 @@ export class DNCL3 {
test: {
type: "BinaryExpression",
left: astvar,
operator: step.value > 0 ? "<" : ">",
operator: step.value > 0 ? "<=" : ">=",
right: endval,
},
update: {
Expand Down

0 comments on commit c1ba2e1

Please sign in to comment.