Commit f2577ef
committed
Fix path detection for partial failures
Return stdout on exception when suppressException is true. When running
`find` in a directory like `/etc/`, find may return a non-zero error
code because of permissions on unrelated subdirectories but still find
the files we're looking for.1 parent d8192ab commit f2577ef
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| 32 | + | |
32 | 33 | | |
33 | 34 | | |
34 | 35 | | |
| |||
0 commit comments