Skip to content

it exits with code 0 even if argument type is wrong #2

Description

@surr-name

Should not the process ends up with non zero exit code in case of wrong argument?
For example, in this case:

node npm-delay FIVE && node sever.js

server should not be started, right?

At CI/CD scenario the argument can be an ENV, not hardcoded one:

node npm-delay $SERVER_START_DELAY && node sever.js

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