Commit d0a4088
金双
fix: make process.exit(0) Windows-only in TUI handler
The unconditional process.exit(0) at the end of the TUI handler causes
the Linux CI test to fail. On non-Windows platforms, the index.ts
finally{} safety-net handles process exit. Only Windows needs the
explicit exit because the worker is not terminated there.1 parent 9c5a8f7 commit d0a4088
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
244 | 244 | | |
245 | 245 | | |
246 | 246 | | |
247 | | - | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
248 | 252 | | |
249 | 253 | | |
0 commit comments