Files
Kmake/test/pseudo-tty/test-tty-stdin-call-end.js

9 lines
152 B
JavaScript
Raw Permalink Normal View History

2026-05-26 23:36:42 -07:00
'use strict';
require('../common');
// This tests verifies that process.stdin.end() does not
// crash the process with ENOTCONN
process.stdin.end();