mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
oops, should have local Java
This commit is contained in:
@@ -231,7 +231,7 @@ final class TermuxInstaller {
|
||||
if (storageDir.exists()) {
|
||||
try {
|
||||
deleteFolder(storageDir);
|
||||
} catch (e) {
|
||||
} catch (Exception e) {
|
||||
Log.e(LOG_TAG, "Could not delete old $HOME/storage, " + e.getMessage);
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user