--atom-child_process-fork from nested child processes #83
Closed
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
Labels
No labels