Files
Kmake/test/pseudo-tty/test-stdout-read.js

4 lines
108 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
const common = require('../common');
process.stderr.on('data', common.mustCall(console.log));