Meaning if you have this in your .env file:
This command:
node --env-file=.env -e 'console.log({ FOO: process.env.FOO })'
Will print this:
I.e. the variable value includes the quotes. (The spaces aren't included in the value, though.) I think this is unexpected.
If this is not intentional there needs to be white space skipping before this line:
|
if (content.front() == '"') { |