MCPcopy Index your code
hub / github.com/ember-cli/ember-cli / formatCompleteMessage

Method formatCompleteMessage

lib/tasks/npm-install.js:30–32  ·  view source on GitHub ↗
(packages)

Source from the content-addressed store, hash-verified

28 }
29
30 formatCompleteMessage(packages) {
31 return `${this.packageManagerOutputName}: Installed ${formatPackageList(packages)}`;
32 }
33}
34
35module.exports = NpmInstallTask;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected