• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1'use strict';
2
3require('../common');
4
5// This tests verifies that process.stdin.end() does not
6// crash the process with ENOTCONN
7
8process.stdin.end();
9