Error returns the error, if any, that occurred while waiting for the process.
()
| 99 | // Error returns the error, if any, that occurred while waiting for the |
| 100 | // process. |
| 101 | func (s ExitStatus) Error() error { |
| 102 | return s.err |
| 103 | } |
| 104 | |
| 105 | type process struct { |
| 106 | id string |
no outgoing calls