Skip to content

Inconsistent exit code when invalid files is more than 255 #9

@dmromanov

Description

@dmromanov

Exit code does not match count of invalid files if there are more than 255 erroneous files.

Exit code should not exceed 127 on most platforms.
See https://en.wikipedia.org/wiki/Exit_status

It's better to have a fixed error exit code.

process.exit(failed)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions