Skip to content

Forever fails when exit code == -1 #527

Open
@maciejjankowski

Description

@maciejjankowski

That is what I am getting:

        throw er; // Unhandled 'error' event
              ^
Error: spawn OK
    at errnoException (child_process.js:980:11)
    at Process.ChildProcess._handle.onexit (child_process.js:771:34)

when using:

setTimeout(function(){process.exit(-1)},3000);

Is this by design?

I'm using forever 0.10.11 on Windows 7 64

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