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
E: SketchupRequirements/Exit: exit attempts to kill the Ruby interpreter. Use return, next, break or raise instead. SketchUp will trap exit and prevent that, with a message in the console. But exit! is not trapped and with terminate SketchUp without shutting down cleanly. Use return, next or break instead.
Correct to:
E: SketchupRequirements/Exit: exit attempts to kill the Ruby interpreter. Use return, next, break or raise instead. SketchUp will trap exit and prevent it from terminating with a message in the console. But exit! is not trapped and will terminate SketchUp without shutting down cleanly. Use return, next or break instead.
The text was updated successfully, but these errors were encountered:
Currently it says:
Correct to:
The text was updated successfully, but these errors were encountered: