Commit 5940e66
金双
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 2e7aafd commit 5940e66
1 file changed
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
| 246 | + | |
| 247 | + | |
| 248 | + | |
| 249 | + | |
246 | 250 | | |
247 | 251 | | |
0 commit comments