Skip to content

Commit 4856589

Browse files
committed
[java] copy the output in a daemon thread
1 parent cd91b8c commit 4856589

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/src/org/openqa/selenium/os/ExternalProcess.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -217,6 +217,7 @@ public ExternalProcess start() throws UncheckedIOException {
217217
"External Process Output Forwarder - "
218218
+ (builder.command().isEmpty() ? "N/A" : builder.command().get(0)));
219219

220+
worker.setDaemon(true);
220221
worker.start();
221222

222223
return new ExternalProcess(process, circular, worker);

0 commit comments

Comments
 (0)