1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-25 14:22:54 +02:00
Files
ripgrep/src
Andrew Gallant d1389db2e3 search: better errors for preprocessor commands
If a preprocessor command could not be started, we now show some
additional context with the error message. Previously, it showed
something like this:

  some/file: No such file or directory (os error 2)

Which is itself pretty misleading. Now it shows:

  some/file: preprocessor command could not start: '"nonexist" "some/file"': No such file or directory (os error 2)

Fixes #1302
2019-06-16 19:02:02 -04:00
..
2019-04-15 17:47:48 -04:00
2019-06-16 18:37:51 -04:00
2018-08-20 07:10:19 -04:00
2019-06-16 18:37:51 -04:00
2018-08-20 07:10:19 -04:00