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

Method formatStartMessage

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

Source from the content-addressed store, hash-verified

12 }
13
14 formatStartMessage(packages) {
15 return `${this.packageManagerOutputName}: Uninstalling ${formatPackageList(packages)} ...`;
16 }
17
18 formatCompleteMessage(packages) {
19 return `${this.packageManagerOutputName}: Uninstalled ${formatPackageList(packages)}`;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected