lukehoban / atom-ide-flow

Atom IDE support for Flow
MIT License
87 stars 17 forks source link

Invert logic after running `which flow` #28

Closed pthrasher closed 9 years ago

pthrasher commented 9 years ago

The way this was written, if which found the executable, it would tell you it didn't, and similarly, if it didn't find the executable, it would tell you it did, thus causing an error.