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
Could either remove the call to freeze or refactor this to be a pure function that takes the old RESERVED_NAMES as an argument and returns a new array. What do you think?
The text was updated successfully, but these errors were encountered:
constant RESERVED_NAMES is a frozen array, and thus can't be mutated with the
<<
method.sketchup-bridge/dist/bridge.rb
Lines 647 to 659 in 081cee7
Could either remove the call to freeze or refactor this to be a pure function that takes the old RESERVED_NAMES as an argument and returns a new array. What do you think?
The text was updated successfully, but these errors were encountered: