Skip to content

child_process: escape args[] for shell

Closes #29532 (closed)

(NO LONGER) BREAKING CHANGE: This changes the behavior of args[] in shell: true to escape globs and other metacharacters. If you want to keep your scripts, do it the proper way and stuff them in "command."

Checklist
  • tests and/or benchmarks are included
  • documentation is changed or added
  • commit message follows commit guidelines

Merge request reports

Loading