We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5f1b3a commit 33898ecCopy full SHA for 33898ec
lib/services/ios-project-service.ts
@@ -141,7 +141,7 @@ export class IOSProjectService extends projectServiceBaseLib.PlatformProjectServ
141
142
if (checkEnvironmentRequirementsOutput && checkEnvironmentRequirementsOutput.canExecute) {
143
const xcodeWarning = await this.$sysInfo.getXcodeWarning();
144
- if (xcodeWarning ) {
+ if (xcodeWarning) {
145
this.$logger.warn(xcodeWarning);
146
}
147
0 commit comments