Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Update IOSDeploy.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
EvanBacon committed Apr 5, 2021
1 parent 7d9763c commit 77f51e3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/expo-cli/src/commands/run/ios/IOSDeploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ export async function installOnDeviceAsync(props: {
!program.nonInteractive &&
(await Prompts.confirmAsync({
message: `Cannot launch ${appName} because the device is locked. Unlock ${deviceName} to continue...`,
initial: true,
}))
) {
return installOnDeviceAsync(props);
Expand Down Expand Up @@ -183,6 +184,7 @@ export async function assertInstalledAsync() {
if (
await Prompts.confirmAsync({
message: `Required package ${chalk.cyan`ios-deploy`} is not installed, would you like to try installing it with homebrew?`,
initial: true,
})
) {
try {
Expand Down

0 comments on commit 77f51e3

Please sign in to comment.