air-verse / air

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

fix: escape spaces in bin #570

Open WobWainwwight opened 2 months ago

WobWainwwight commented 2 months ago

Air was unable to run my binary because there were spaces in the path, the same issue is described here -> #546.

This change fixes it by escaping spaces in the path at config setup time.

ainsleyclark commented 1 month ago

Hi, will this be merged soon? Noticed this problem when having a space in the folder name.