We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf6936 commit d8d2d23Copy full SHA for d8d2d23
test/pseudo-tty/test-tty-stdout-end.js
@@ -1,10 +1,4 @@
1
'use strict';
2
const common = require('../common');
3
4
-process.on('uncaughtException', common.expectsError({
5
- code: 'ERR_STDOUT_CLOSE',
6
- type: Error,
7
- message: 'process.stdout cannot be closed'
8
-}));
9
-
10
process.stdout.end();
0 commit comments