process: set _print_eval even when --eval is not passed
authorNathan Rajlich <nathan@tootallnate.net>
Tue, 24 Apr 2012 08:24:13 +0000 (01:24 -0700)
committerNathan Rajlich <nathan@tootallnate.net>
Tue, 24 Apr 2012 18:31:02 +0000 (11:31 -0700)
commitef3a874f41b617e9531909b2b6bbd6b02f1775a7
tree6a81291843c4ace55f278f96e154b598e0cdaa9c
parent0b5235e68c7f62116a27ea27d4aeb4fc6b211cf4
process: set _print_eval even when --eval is not passed

This is for scripts being fed from stdin:

  $ echo "{ foo: 'bar' }" | node -p
src/node.cc