On Sun, Oct 14, 2012 at 12:18 PM, Volkan Yazıcı <
volkan...@gmail.com> wrote:
> Yeah, I can make it point to /dev/null, but isn't there a better way of
> doing this?
The output stream is required with 'readline', so you have to give it
something. Depending on your use case, you can probably do what you
want by using 'read' instead:
https://github.com/isaacs/read
--
Martin Cooper
> On Sunday, October 14, 2012 10:16:11 PM UTC+3, Alex Kocharin wrote:
>>
>> Replace process.stdout with a custom stream?
>
>
>