I think this is it

This commit is contained in:
Quasic
2018-02-06 15:13:15 -05:00
committed by Fredrik Fornwall
parent c5ae5bb06a
commit 0f20fab02c

View File

@@ -232,7 +232,7 @@ final class TermuxInstaller {
try { try {
deleteFolder(storageDir); deleteFolder(storageDir);
} catch (Exception 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;
} }
} }