ChildProcessExecError
js.lib.Error → js.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.