(packages)
| 12 | } |
| 13 | |
| 14 | formatStartMessage(packages) { |
| 15 | return `${this.packageManagerOutputName}: Uninstalling ${formatPackageList(packages)} ...`; |
| 16 | } |
| 17 | |
| 18 | formatCompleteMessage(packages) { |
| 19 | return `${this.packageManagerOutputName}: Uninstalled ${formatPackageList(packages)}`; |
nothing calls this directly
no outgoing calls
no test coverage detected