Upgraded from node 0.4.11 to 0.6.15, and noticed the REPL (running node with no arguments) keeps dumping "undefined" after most commands or carriages returns...
It's distracting and driving me batty, how do you disable this?
>
undefined
>
undefined
>
undefined
>
undefined
> var x = 2
undefined
> x
2
>