EDIT: False alarm. Please ignore this post and sorry for the inconvenience. I was looking at Legends modified version of the file.
The function collectGarbage()
in stash_container
contains lines which refer to this.m.IsUpdating
whereas the boolean IsUpdating
doesn’t exist in the m
table of that file. This makes the function unusable when you want to call it. Perhaps this problem has remained benign so far because this function is actually never called in the code as far as I could see.
Solution: Remove the usage of this.m.IsUpdating
in this function or add IsUpdating
to the m
table of stash_container.