observing / pre-commit

Automatically installs a git pre-commit script in your git repository which runs your `npm test` on pre-commit
MIT License
1.88k stars 150 forks source link

Bug fix #30

Closed donatasbacius closed 9 years ago

donatasbacius commented 9 years ago

On Windows node sits in "C:\Program files\nodejs\" which has a space in it, so NODE has to be double quoted.

coveralls commented 9 years ago

Coverage Status

Coverage remained the same at 95.39% when pulling 0c3cadf7ed4524c3a1e2add9f124a56d3e3c0344 on donatasbacius:master into 2d405d3fc262e4b6097fce05586322b766c63d38 on observing:master.

3rd-Eden commented 9 years ago

No sure how this patch managed slip through my inbox but thanks a lot for taking the time to contribute! And sorry that it took so long.

donatasbacius commented 9 years ago

No worries. It's my pleasure to contribute :)