air-verse / air

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

How to Disable "Process Exit with Code 0" Message? #608

Open pejeio opened 4 weeks ago

pejeio commented 4 weeks ago

I'm using the air package for live reloading my Go applications, and I consistently see the message:

Process Exit with Code 0

after the process completes successfully. This message clutters the output, and I would like to suppress or disable it. Is there a way to configure air to prevent this message from being displayed?

Thanks for your help!