mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
Fix bugs in ExecUtil
This commit is contained in:
parent
3e526c59dc
commit
080cbc153d
@ -292,7 +292,7 @@ public final class ExecUtil {
|
||||
* process is still alive when the method is called. This code is set up
|
||||
* so that the only way Process.exitValue() can be called is when it has
|
||||
* not been bypassed by an exception and the preceding loop has
|
||||
* terminated with Process.isA;ive == false.
|
||||
* terminated with Process.isAlive == false.
|
||||
*/
|
||||
return process.exitValue();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user