Commit 5322d74
committed
fix: update architecture.md exec.ts docs to match spawn implementation
After the spawn refactor (976b2b2), the docs still described
child_process.execFile/exec with buffered stdout. Updated to reflect
the actual spawn-based implementation with ignored stdout and piped stderr.1 parent 7797726 commit 5322d74
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
94 | | - | |
95 | | - | |
| 94 | + | |
| 95 | + | |
96 | 96 | | |
97 | | - | |
| 97 | + | |
98 | 98 | | |
99 | 99 | | |
100 | 100 | | |
| |||
0 commit comments