Skip to content

Commit 573ec5b

Browse files
committed
test: remove unused uncaughtException handler
This has been unused since cbc3ef6. Refs: #23053 PR-URL: #25641 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 06da364 commit 573ec5b

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed
+1-7
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,4 @@
11
'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-
}));
2+
require('../common');
93

104
process.stdout.end();

0 commit comments

Comments
 (0)