typicode/xv

Error handling in the pre-commit hook

sitagakey opened this issue · 3 comments

Hello @typicode👋

First of all, I appreciate your awesome work.

Let me get to the point, I have one problem that related to pre-commit hook.
That cannot stop commit when failed test at pre-commit.
This reason is because xv uses console.error for error output, I am assuming.

I would like to know a good solution to this problem, if any.

thank you.

Hi @hikiroom,

Thank you!

Could you give it another try with v1.0.2?

Hi @typicode,

Thanks to you, my problem has been resolved! :D

👍 thanks for pointing out this bug :)