Skip to content

Boot prints null instead of message for NullPointerExceptions #4

@micha

Description

@micha

Boot prints the exception message when running in non-verbose mode (i.e. no :v option). Null pointer exceptions don't have a message, so boot prints just "null", which is confusing.

Boot should check if the message is null or an empty string, and if so it should print the exception type instead of "null".

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions