Commit b1e12b6
feat: add stdout fallback in from_completed_process method
- Handle case when stdout_file is None by falling back to completed_process.stdout
- Create EntrypointOutput from captured stdout messages when no file provided
- Maintain backward compatibility for both file-based and memory-based stdout
- Addresses GitHub PR feedback from @aaronsteers
Co-Authored-By: AJ Steers <[email protected]>1 parent 5823dfc commit b1e12b6
1 file changed
+8
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
301 | 301 | | |
302 | 302 | | |
303 | 303 | | |
304 | | - | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
305 | 312 | | |
306 | 313 | | |
307 | 314 | | |
| |||
0 commit comments