mirror of
https://github.com/discourse/discourse.git
synced 2024-11-22 12:12:26 +08:00
DEV: User simulator tried to modify frozen string.
This commit is contained in:
parent
df6630f868
commit
ab7038bfc2
|
@ -15,7 +15,7 @@ def sentence
|
|||
gabbler.learn(story)
|
||||
end
|
||||
|
||||
sentence = ""
|
||||
sentence = +""
|
||||
until sentence.length > 800 do
|
||||
sentence << @gabbler.sentence
|
||||
sentence << "\n"
|
||||
|
|
Loading…
Reference in New Issue
Block a user