wait for launch to close

This commit is contained in:
idk
2022-08-07 22:45:34 -04:00
parent a8adf2478f
commit b39e9ccb19

View File

@ -373,6 +373,11 @@ public class I2PFirefox {
System.out.println("Error: "+e.getMessage());
}finally{
System.out.println("I2PFirefox");
try{
pb.wait();
}catch(Exception e){
System.out.println("Error: "+e.getMessage());
}
}
}
}