Files
Kmake/test/pseudo-tty/test-stdin-write.js

4 lines
67 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
require('../common');
process.stdin.end('foobar\n');