You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CocoaScript preprocessor sometimes incorrectly parses brackets. For example, an error is thrown on items[itemNames[i]]. Probably because it becomes items.itemsNames([i])?
The text was updated successfully, but these errors were encountered:
The CocoaScript preprocessor sometimes incorrectly parses brackets. For example, an error is thrown on
items[itemNames[i]]
. Probably because it becomesitems.itemsNames([i])
?The text was updated successfully, but these errors were encountered: