mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 10:17:41 +00:00
remove waitfor (redundant)
This commit is contained in:
parent
380c82cf37
commit
bc534eb19b
@ -146,7 +146,6 @@ public final class JavaSystemCaller {
|
||||
logger.log(Level.INFO, "Executing " + aShell.getShellCommand() + " " + command);
|
||||
|
||||
proc = rt.exec(aShell.getShellCommand() + " " + command);
|
||||
proc.waitFor();
|
||||
|
||||
// any error message?
|
||||
final JavaSystemCaller.StreamGobbler errorGobbler = new JavaSystemCaller.StreamGobbler(proc.getErrorStream(), "ERROR");
|
||||
|
Loading…
x
Reference in New Issue
Block a user