Skip to content

Commit

Permalink
fix later
Browse files Browse the repository at this point in the history
  • Loading branch information
ChasarooniZ committed Sep 19, 2024
1 parent 4d1ed65 commit 2724cb7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/helpers/rollTerms.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ function processArithmeticExpression(term, result, flavor) {
return result.concat(first, second);
}
if (term.operator === "*") {
// This works on the assumption of times 2
const [first, second] = operands;
return result.concat(first, first);
}
Expand Down

0 comments on commit 2724cb7

Please sign in to comment.