Skip to content

Commit

Permalink
output deleteStatus
Browse files Browse the repository at this point in the history
  • Loading branch information
itsspriyansh committed Aug 20, 2024
1 parent ba6399c commit 9960a2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/commands/android/subcommands/uninstall/avd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@ export async function deleteAvd(sdkRoot: string, platform: Platform): Promise<bo
Logger.log(`Please run ${colors.cyan('npx @nightwatch/mobile-helper android list -avd')} to check if the AVD was deleted.`);
Logger.log('If the AVD is still present, please try deleting the AVD again.\n');

Logger.log('Error message:');
Logger.log(deleteStatus);
Logger.log();

return false;
} catch (error) {
Logger.log(colors.red('Error occured while deleting AVD.'));
Expand Down

0 comments on commit 9960a2e

Please sign in to comment.