air-verse / air

☁️ Live reload for Go apps
GNU General Public License v3.0
16.32k stars 770 forks source link

hold cleanup until signal on `procKilledCh` #575

Closed sethbrasile closed 1 week ago

sethbrasile commented 2 months ago

Fixes #534 on my 2021 M1 Pro MBP - Sonoma 14.4.1

542 got it to a solid starting point so this was pretty simple? Thanks to whatever @ghost wrote that.

Hopefully this fixes for everyone on a Mac? 🤞🏻


There's still a downside: When you reach a non zero exit code, you are trapped and have to kill the pid via external means. It does at least let you ctrl+c under normal circumstances.

xiantang commented 1 week ago

see this PR, incuded your change