Commit c4058cf
authored
Make sure Chrome output when the listening line never appears
Make sure Chrome's output is available when the DEVTOOLS_LISTENING_LINE_PATTERN line doesn't appear and stdout doesn't close (eg. due to process closing) within the startup wait time.
Before this change, the ChromeProcessTimeoutException would contain an empty Chrome output string in the case described above.1 parent 1f222e5 commit c4058cf
File tree
1 file changed
+1
-1
lines changed- cdt-java-client/src/main/java/com/github/kklisura/cdt/launch
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
345 | 345 | | |
346 | 346 | | |
347 | 347 | | |
| 348 | + | |
348 | 349 | | |
349 | 350 | | |
350 | 351 | | |
351 | 352 | | |
352 | | - | |
353 | 353 | | |
354 | 354 | | |
355 | 355 | | |
| |||
0 commit comments