Commit f2ab724
committed
fix(parallel): prevent spinner cleanup from failing in strict mode
The disown && kill command could fail if the spinner process
already finished, causing non-zero exit code in strict mode.
Split into separate commands with || true to ensure they never fail.1 parent cda6633 commit f2ab724
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
| 105 | + | |
| 106 | + | |
106 | 107 | | |
107 | 108 | | |
108 | 109 | | |
| |||
0 commit comments