diff options
author | Ryan Dahl <ry@tinyclouds.org> | 2011-10-11 13:41:33 -0700 |
---|---|---|
committer | Ryan Dahl <ry@tinyclouds.org> | 2011-10-11 13:41:33 -0700 |
commit | cdf5d91fe56c82f61010ddd9035f3708b51e8b74 (patch) | |
tree | b23c9c4c725b5d749942898d3c0ff25e7c147c94 /lib/console.js | |
parent | 71cce3f45bc677b4a6d12e4f590bb2503252ec89 (diff) | |
download | node-new-cdf5d91fe56c82f61010ddd9035f3708b51e8b74.tar.gz |
Remove tty_legacy
Diffstat (limited to 'lib/console.js')
-rw-r--r-- | lib/console.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/console.js b/lib/console.js index 873d27c4e8..7c6134a47e 100644 --- a/lib/console.js +++ b/lib/console.js @@ -19,7 +19,7 @@ // OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE // USE OR OTHER DEALINGS IN THE SOFTWARE. -var writeError = process.binding('stdio').writeError; +var writeError = process.writeError; var util = require('util'); exports.log = function() { |