Commit 8c52a02
committed
fix: Use PowerShell Start-Process for Windows background
Git Bash cannot properly execute 'start /b' command. Use
PowerShell Start-Process with -WindowStyle Hidden instead,
which properly detaches the process and returns immediately.1 parent 32df741 commit 8c52a02
1 file changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
126 | | - | |
127 | | - | |
| 126 | + | |
| 127 | + | |
128 | 128 | | |
129 | 129 | | |
130 | 130 | | |
| |||
0 commit comments