Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert environment variable values to strings when posix_spawn enabled
Issue #128 pointed out that there was inconsistency between how environment variables were treated on *nix systems by ChildProcess' fork/exec implementation versus POSIX spawn. Since the behavior of the more common case of fork/exec is to convert the values to strings, we'll do the same for POSIX spawn. However, a better long term solution would likely be to raise an error on non-string values.
- Loading branch information