calebboyd/xbin

`xbin -d` should fail for bad download suffix

sberan opened this issue · 4 comments

echo 'console.log("hello")' | xbin -d bad-suffix creates an executable out of the github 404 page. It should instead fail with an error message that the binary isn't found.

Good idea, fixed in 84a6347
i mean 8e9d710...

Thanks! 🎉

I switched to status code. on npm @ 2.2.0

🥇