shelljs-exec-proxy icon indicating copy to clipboard operation
shelljs-exec-proxy copied to clipboard

refactor: switch to shell.cmd()

Open nfischer opened this issue 7 months ago • 0 comments

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.

nfischer avatar Mar 17 '25 01:03 nfischer