Skip to content

Commit 9dbdb98

Browse files
Update buildProject.ts
newline
1 parent 297dc92 commit 9dbdb98

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/cli-platform-apple/src/commands/buildCommand/buildProject.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ export function buildProject(
4040
): Promise<string> {
4141
return new Promise((resolve, reject) => {
4242
const simulatorDest = simulatorDestinationMap?.[platform];
43+
4344
if (!simulatorDest) {
4445
reject(
4546
new CLIError(

0 commit comments

Comments
 (0)