rannn505 / child-shell

Node.js bindings 🔗 for shell
http://rannn505.github.io/child-shell/
MIT License
301 stars 71 forks source link

fix(utils): uses a recursive convertToPSParam #102

Open ricardo-jsx opened 4 years ago

ricardo-jsx commented 4 years ago

This commit solves the problem of having special types of params inside an array. For instance, before this solution, when you pass an array with [true], the lib wouldn't pass to Powershell the value inside the array as a boolean.