From 9960a2eef97a783bb1f74e57ff13af9d17597354 Mon Sep 17 00:00:00 2001 From: itsspriyansh Date: Tue, 20 Aug 2024 20:27:52 +0530 Subject: [PATCH] output deleteStatus --- src/commands/android/subcommands/uninstall/avd.ts | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/commands/android/subcommands/uninstall/avd.ts b/src/commands/android/subcommands/uninstall/avd.ts index b633963..0f401ae 100644 --- a/src/commands/android/subcommands/uninstall/avd.ts +++ b/src/commands/android/subcommands/uninstall/avd.ts @@ -48,6 +48,10 @@ export async function deleteAvd(sdkRoot: string, platform: Platform): Promise