process: Add internal _rawDebug() method
authorisaacs <i@izs.me>
Wed, 21 Aug 2013 22:36:50 +0000 (15:36 -0700)
committerisaacs <i@izs.me>
Tue, 3 Sep 2013 03:15:40 +0000 (20:15 -0700)
commit906a175a0b40fc56dfafbe0929e4fbbb4df68ff2
treec60680a4104c4838034626f124c49bbd4c8bc012
parentcb53cfd8b58907074af464b0a94a550d0969b6b7
process: Add internal _rawDebug() method

This is useful when we need to push some debugging messages out to
stderr, without going through the Writable class, or triggering any kind
of nextTick or callback behavior.
src/node.cc
src/node.js
test/simple/test-process-raw-debug.js [new file with mode: 0644]