MCPcopy Create free account
hub / github.com/ember-cli/ember-cli / formatCompleteMessage

Method formatCompleteMessage

lib/tasks/npm-uninstall.js:18–20  ·  view source on GitHub ↗
(packages)

Source from the content-addressed store, hash-verified

16 }
17
18 formatCompleteMessage(packages) {
19 return `${this.packageManagerOutputName}: Uninstalled ${formatPackageList(packages)}`;
20 }
21}
22
23module.exports = NpmUninstallTask;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected