alirezanet / Husky.Net

Git hooks made easy with Husky.Net internal task runner! 🐶 It brings the dev-dependency concept to the .NET world!
https://alirezanet.github.io/Husky.Net/
MIT License
632 stars 29 forks source link

csx return not 0 but git commit sucess finally #49

Closed sampsonye closed 1 year ago

sampsonye commented 1 year ago

Version

0.5.0

Details

image return 1; has been executed , but the commit has been commited

may i need use Environment.Exit(1) replace return 1?

Steps to reproduce

alirezanet commented 1 year ago

Thank you for the feedback,

This problem must have been solved in v0.5.1.

please let me know if you had other problems.