(info)
| 345 | return this._writeFile(info); |
| 346 | }, |
| 347 | skip(info) { |
| 348 | let label = 'skip'; |
| 349 | |
| 350 | if (info.resolution === 'identical') { |
| 351 | label = 'identical'; |
| 352 | } |
| 353 | |
| 354 | this._writeStatusToUI(chalk.yellow, label, info.displayPath); |
| 355 | }, |
| 356 | |
| 357 | overwrite(info) { |
| 358 | this._writeStatusToUI(chalk.yellow, 'overwrite', info.displayPath); |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…