Commit 14d03ce
fix(bench): remove unnecessary shell: true from execFileSync (#168)
execFileSync already receives args as an array, so shell: true is
redundant and a minor security anti-pattern. Addresses Greptile review.
Impact: 1 functions changed, 0 affected
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>1 parent eb52074 commit 14d03ce
1 file changed
+0
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | 73 | | |
75 | 74 | | |
76 | 75 | | |
| |||
0 commit comments