TomDoesTech/GOTTH

Air not closing properly on macos

vjal opened this issue · 1 comments

On macos, when i close the make dev process with control+c, the server is not closed and will still respond to requests. Rerunning make dev after that will result in errors. This is issue is reported in the air repository here.

The solution would be to include a post_cmd to properly close it in the air config. I can make a pull request with a fix if it's ok.

Yeah a pr would be great, thank you :)