Skip to content

Commit

Permalink
chore(android): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imhoffd committed Jun 18, 2019
1 parent 9c2375d commit dc39f8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/android/run.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export async function selectDevice(sdk: SDK, args: readonly string[]): Promise<D
} else if (args.includes('--device')) {
throw new RunException(`No hardware devices found. Not attempting emulator because --device was specified.`, ERR_NO_DEVICE);
} else {
log('No hardare devices found, attempting emulator...\n');
log('No hardware devices found, attempting emulator...\n');
}
}

Expand Down

0 comments on commit dc39f8c

Please sign in to comment.