Commit f303c7c
committed
fix: process all data on_output, even when not terminated with newline
The current condition prematurely quits processing of data in on_output
in some edge-cases.
In these cases `job:result()` will have all data, but not everyting was
sent through the `on_output` pipes.
Closes #6341 parent 2d9b061 commit f303c7c
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
361 | 361 | | |
362 | 362 | | |
363 | 363 | | |
364 | | - | |
| 364 | + | |
365 | 365 | | |
366 | 366 | | |
367 | 367 | | |
| |||
0 commit comments