Commit 859ff27
fix: close stdin before process termination to prevent GC warnings
Explicitly close the subprocess stdin transport before terminating the
process to prevent "Event loop is closed" errors during garbage collection.
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>1 parent 0a24a34 commit 859ff27
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
133 | 138 | | |
134 | 139 | | |
135 | 140 | | |
| |||
0 commit comments