Sadly not. When calling spawn[Sync]() in prior versions the command would be executed directly as a child of the node process. If you wanted to use any features like piping, automatic environment variable interpolation or backgrounding etc; you had to manually wrap your command with a system shell like bash(sh).
This addition when set to true, will do the wrapping for you in a cross-platform manor.
This addition when set to true, will do the wrapping for you in a cross-platform manor.