Skip to content

Typo in SketchupRequirements/Exit #155

@thomthom

Description

@thomthom

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions