Skip to content

Commit d8d2d23

Browse files
committed
test: remove unused uncaughtException handler
This has been unused since cbc3ef6. Refs: nodejs#23053
1 parent ecf6936 commit d8d2d23

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed
Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
'use strict';
22
const common = require('../common');
33

4-
process.on('uncaughtException', common.expectsError({
5-
code: 'ERR_STDOUT_CLOSE',
6-
type: Error,
7-
message: 'process.stdout cannot be closed'
8-
}));
9-
104
process.stdout.end();

0 commit comments

Comments
 (0)