node icon indicating copy to clipboard operation
node copied to clipboard

child_process: throw different error message for executing batch files w/o shell: true

Open RedYetiDev opened this issue 1 month ago • 0 comments

This PR changes the error thrown when executing batch files without shell: true from an standard UV_EINVAL error to one with a few more details on how to resolve the issue.

RedYetiDev avatar Apr 25 '24 12:04 RedYetiDev