Skip to content

Instantly share code, notes, and snippets.

@harbhub
Created June 29, 2013 03:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harbhub/5889576 to your computer and use it in GitHub Desktop.
Save harbhub/5889576 to your computer and use it in GitHub Desktop.
process.env.harbachi = {};
console.log(JSON.stringify(process.env.harbachi));//"[object Object]"
process.stdout.write(JSON.stringify(process.env.harbachi));//"[object Object]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment