Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix lefthook capturing stdin from terminal even if when non-interacti…
…ve and not using stdin If I'm reading the code, this `args.in` should be a nullReader when non-interactive and not using stdin. For some reason though, it ends up capturing stdin. That is, any typing you do while lefthook is running goes to lefthook, instead of the shell invoking it. Fixes #588
- Loading branch information