(message)
| 20086 | this.options = options || {}; |
| 20087 | } |
| 20088 | _debug(message) { |
| 20089 | if (this.options.listeners && this.options.listeners.debug) { |
| 20090 | this.options.listeners.debug(message); |
| 20091 | } |
| 20092 | } |
| 20093 | _getCommandString(options, noPrefix) { |
| 20094 | const toolPath = this._getSpawnFileName(); |
| 20095 | const args = this._getSpawnArgs(options); |
no outgoing calls
no test coverage detected