This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Description
I want to use Node as Google Native API host.
When i access process.stdin node throws an exception:
Error: EINVAL, invalid argument
Here's the script:
try{process.stdin;}catch(e){require('fs').writeFile('error.log',e);}It works fine if I run it directly from command line,