ChildProcessExecError

js.lib.Errorjs.node.ChildProcessExecError (extern class)

An error passed to the ChildProcess.exec callback.

Instance Members

code: Int

the exit code of the child proces.


signal: String

the signal that terminated the process.