Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in SketchupRequirements/Exit #155

Open
thomthom opened this issue May 24, 2022 · 0 comments
Open

Typo in SketchupRequirements/Exit #155

thomthom opened this issue May 24, 2022 · 0 comments

Comments

@thomthom
Copy link
Member

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant