mirror of
https://github.com/nix-community/nix-on-droid-app.git
synced 2025-11-08 19:46:10 +01:00
oops, should have local Java
This commit is contained in:
parent
bbd46a763c
commit
c5ae5bb06a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue