air-verse / air

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

Windows bug fix #664

Open osteensco opened 1 month ago

osteensco commented 1 month ago

Fixes broken windows paths caused by #646. Addresses Issues #659, #662.

For the record, on my previous PR I mentioned I was getting failing tests and the GH actions build process failed. This is still happening and I'm not sure what's really causing them. I think these things should be addressed but is probably out of scope of this PR. I'm not sure if it's from changes I made or not.

That being said, I manually tested this on a windows 10 environment and it worked for me. If your project folder has a space in it and you're on windows it might still break, idk.

If some of the others who experienced this issue could test this as well and leave a comment I think that would be really helpful to ensure this PR fixes the issue and nothing additional breaks.

@omarattia3143, @JasonGoemaat, @moboqe, @cosmtrek