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

Method formatStartMessage

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

Source from the content-addressed store, hash-verified

24 }
25
26 formatStartMessage(packages) {
27 return `${this.packageManagerOutputName}: Installing ${formatPackageList(packages)} ...`;
28 }
29
30 formatCompleteMessage(packages) {
31 return `${this.packageManagerOutputName}: Installed ${formatPackageList(packages)}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected