(message: string)
| 29 | private options: im.ExecOptions |
| 30 | |
| 31 | private _debug(message: string): void { |
| 32 | if (this.options.listeners && this.options.listeners.debug) { |
| 33 | this.options.listeners.debug(message) |
| 34 | } |
| 35 | } |
| 36 | |
| 37 | private _getCommandString( |
| 38 | options: im.ExecOptions, |
no outgoing calls
no test coverage detected