Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
46
export
function
logSuccess(msg: string): void {
47
logger.msg(`${c.success(
'[success]'
)} ${msg}`);
48
}
Callers
8
doctorAndroid
Function · 0.90
buildAndroid
Function · 0.90
doctorIOS
Function · 0.90
buildiOS
Function · 0.90
printNextSteps
Function · 0.90
printNextSteps
Function · 0.90
telemetryCommand
Function · 0.90
migrateCommand
Function · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected