wait for launch to close
This commit is contained in:
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user