Skip to content

Commit 44f5413

Browse files
committed
fix(run-ios): fix lint issues
1 parent 84e91a9 commit 44f5413

File tree

1 file changed

+3
-1
lines changed
  • packages/platform-ios/src/commands/runIOS

1 file changed

+3
-1
lines changed

packages/platform-ios/src/commands/runIOS/index.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,9 @@ function buildProject(
381381
logs further, consider building your app with Xcode.app, by opening
382382
${xcodeProject.name}.
383383
`,
384-
xcodebuildOutputFormatter ? undefined : buildOutput + '\n' + errorOutput,
384+
xcodebuildOutputFormatter
385+
? undefined
386+
: buildOutput + '\n' + errorOutput,
385387
),
386388
);
387389
return;

0 commit comments

Comments
 (0)