Closed benkeen closed 1 year ago
For TextFixed, I noticed it's not ever returning the last item:
utils.randomUtils.generateRandomTextStr(words, false, numWordsToGenerate);
e.g. when words is an array of 4 items.
words
For TextFixed, I noticed it's not ever returning the last item:
e.g. when
words
is an array of 4 items.