(result: DeployCommandResult)
| 169 | } |
| 170 | |
| 171 | function buildDeployMessage(result: DeployCommandResult): string { |
| 172 | return `Installed: ${result.appName ?? resolveDeployResultTarget(result)}`; |
| 173 | } |
| 174 | |
| 175 | function buildIosDeployResult( |
| 176 | app: string, |
no test coverage detected
searching dependent graphs…