ChildProcessExecError
js.lib.Error → js.node.ChildProcessExecError (extern class)
An error passed to the ChildProcess.exec callback.
Instance Members
code: Intthe exit code of the child proces.
signal: Stringthe signal that terminated the process.