mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Fix FileUtil.deleteDir return value
This commit is contained in:
parent
39632a0815
commit
67296b8dd8
@ -68,7 +68,7 @@ public class FileUtil {
|
||||
hadErrors = true;
|
||||
}
|
||||
|
||||
return hadErrors;
|
||||
return !hadErrors;
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user