Skip to content

Hivemind process exits 0 regardless of child process status #27

@evandam

Description

@evandam

To my understanding, the parent process should exit with the same status as the child process it's running (if there's only one child process maybe), or some other non-zero status.

Example:

Procfile:

test: exit 1
❯ hivemind -l test
test | Running...
test | exit status 1

❯ echo $?
0

Thanks in advance!

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