(message)
| 1793 | this.options = options || {}; |
| 1794 | } |
| 1795 | _debug(message) { |
| 1796 | if (this.options.listeners && this.options.listeners.debug) { |
| 1797 | this.options.listeners.debug(message); |
| 1798 | } |
| 1799 | } |
| 1800 | _getCommandString(options, noPrefix) { |
| 1801 | const toolPath = this._getSpawnFileName(); |
| 1802 | const args = this._getSpawnArgs(options); |
no outgoing calls
no test coverage detected