Commit ddcd2da
committed
refactor: switch to shell.cmd()
This swaps out shell.exec() in favor of shell.cmd(). This should offer
more reliable performance and consistent behavior.
There's a known issue that this causes one test case to fail due to a
change in behavior for globbing.1 parent efe104a commit ddcd2da
1 file changed
Lines changed: 2 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
0 commit comments