Skip to content

Commit

Permalink
fix: remove unnecessary deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
Axelen123 committed Dec 10, 2024
1 parent e6ca1b5 commit f56b175
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ class DownloadedAppRepository(
)
} catch (e: Exception) {
saveDir.deleteRecursively()
relativePath.delete()
throw e
}

Expand Down

0 comments on commit f56b175

Please sign in to comment.