Skip to content

Commit 08389fe

Browse files
committed
whoops
1 parent d70e730 commit 08389fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/host/src/node/cli/apple.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ export async function updateInfoPlist({
4242
"Versions/Current/Resources/Info.plist",
4343
);
4444
infoPlistContents = await fs.promises.readFile(infoPlistPath, "utf-8");
45+
} else {
46+
throw error;
4547
}
46-
47-
throw error;
4848
}
4949

5050
// TODO: Use a proper plist parser

0 commit comments

Comments
 (0)