quasilyte / phpgrep

Syntax-aware grep for PHP code.
MIT License
236 stars 10 forks source link

fix errors printing in "update" progress mode #76

Closed quasilyte closed 2 years ago

quasilyte commented 2 years ago

If --progress is set to "update", don't print the errors right away, wait until we parse all files.

This helps to avoid the cluttered output.