mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 02:35:19 +08:00
I think this is it
This commit is contained in:
@@ -232,7 +232,7 @@ final class TermuxInstaller {
|
||||
try {
|
||||
deleteFolder(storageDir);
|
||||
} catch (Exception e) {
|
||||
Log.e(LOG_TAG, "Could not delete old $HOME/storage, " + e.getMessage);
|
||||
Log.e(LOG_TAG, "Could not delete old $HOME/storage, " + e.getMessage());
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user