(info)
| 341 | */ |
| 342 | _actions: { |
| 343 | write(info) { |
| 344 | this._writeStatusToUI(chalk.green, 'create', info.displayPath); |
| 345 | return this._writeFile(info); |
| 346 | }, |
| 347 | skip(info) { |
| 348 | let label = 'skip'; |
| 349 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…