blob: 22720fe3c890cf637b9742d4d633dd4a26dfb48e [file] [log] [blame]
var wrap = require('./wrap.js');
var ro = wrap(); // can't write to `ro` and muck up internal state
ro.pipe(process.stdout);