-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
Description
Currently it says:
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.