MCPcopy
hub / github.com/ionic-team/capacitor / logSuccess

Function logSuccess

cli/src/log.ts:46–48  ·  view source on GitHub ↗
(msg: string)

Source from the content-addressed store, hash-verified

44}
45
46export function logSuccess(msg: string): void {
47 logger.msg(`${c.success('[success]')} ${msg}`);
48}

Callers 8

doctorAndroidFunction · 0.90
buildAndroidFunction · 0.90
doctorIOSFunction · 0.90
buildiOSFunction · 0.90
printNextStepsFunction · 0.90
printNextStepsFunction · 0.90
telemetryCommandFunction · 0.90
migrateCommandFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected