oops, should have local Java

This commit is contained in:
Quasic
2018-02-06 14:58:48 -05:00
committed by Fredrik Fornwall
parent bbd46a763c
commit c5ae5bb06a

View File

@@ -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;
}