| 17 | const asyncPipeline = util.promisify(pipeline) |
| 18 | |
| 19 | interface ILastRun { |
| 20 | error: any |
| 21 | errorOutput: string |
| 22 | envelopes: messages.Envelope[] |
| 23 | output: string |
| 24 | } |
| 25 | |
| 26 | interface IRunResult { |
| 27 | error: any |
nothing calls this directly
no outgoing calls
no test coverage detected