summaryrefslogtreecommitdiff
path: root/test/pseudo-tty/test-stdout-read.js
blob: 90f017ed77b7be16288a186b48a1c0cefe128ed6 (plain)
1
2
3
'use strict';
const common = require('../common');
process.stderr.on('data', common.mustCall(console.log));