I was setting the environment of a process to this:
{
TEST_GITHUB_DISABLED: true,
DATABASE_URL: "A string",
API_HTTP_PORT: 8080,
}
This was working well, but then I set ChildProcess.posix_spawn = true as suggested by the README. I then started getting exceptions because val no longer implemented include?.
I don't have much of an opinion which way is correct, but it would be nice for them to be consistent.
I was setting the environment of a process to this:
This was working well, but then I set
ChildProcess.posix_spawn = trueas suggested by the README. I then started getting exceptions becausevalno longer implementedinclude?.I don't have much of an opinion which way is correct, but it would be nice for them to be consistent.