dcc01d2 introduced an error return value for when ghooks is not found.
This is a really bad idea, since git commands start failing whenever the node_modules directory is not populated. This started breaking our (Microsoft/vscode) integration.
I believe the previous behaviour of warning the user was the best one.