We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 95f0ce4 + ccf60bd commit 9ba1fdaCopy full SHA for 9ba1fda
src/spec-node/featuresCLI/utils.ts
@@ -98,7 +98,7 @@ checkMultiple() {
98
shift; MINIMUMPASSED=$1
99
shift; EXPRESSION="$1"
100
while [ "$EXPRESSION" != "" ]; do
101
- if $EXPRESSION; then ((PASSED++)); fi
+ if $EXPRESSION; then ((PASSED+=1)); fi
102
shift; EXPRESSION=$1
103
done
104
if [ $PASSED -ge $MINIMUMPASSED ]; then
0 commit comments