Skip to content

Commit 7d68223

Browse files
committed
test: remove unused uncaughtException handler
This has been unused since cbc3ef6. Refs: #23053 PR-URL: #25641 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 797111a commit 7d68223

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)