mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 18:55:31 +08:00
oops, should have local Java
This commit is contained in:
@@ -231,7 +231,7 @@ final class TermuxInstaller {
|
|||||||
if (storageDir.exists()) {
|
if (storageDir.exists()) {
|
||||||
try {
|
try {
|
||||||
deleteFolder(storageDir);
|
deleteFolder(storageDir);
|
||||||
} catch (e) {
|
} 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;
|
return;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user