Skip to content

--atom-child_process-fork from nested child processes #83

Closed
@kevinsawicki

Description

It looks like if BufferedNodeProcess is used then any child processes forked by that child process also need to use --atom-child_process-fork if spawning a new child process using process.execPath (which the Command class in apm does).

This comes up as Atom forks an apm process that forks a node-gyp process.

Is there a better way to handle this without apm knowing about whether it is being run as node or as Atom Helper?

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions