diff options
Diffstat (limited to 'test/parallel/test-http-end-throw-socket-handling.js')
-rw-r--r-- | test/parallel/test-http-end-throw-socket-handling.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-http-end-throw-socket-handling.js b/test/parallel/test-http-end-throw-socket-handling.js index 31d6228dde..b6da0a96ea 100644 --- a/test/parallel/test-http-end-throw-socket-handling.js +++ b/test/parallel/test-http-end-throw-socket-handling.js @@ -49,4 +49,4 @@ server.listen(0, common.mustCall(() => { } })); -process.on('uncaughtException', common.mustCall(() => {}, 10)); +process.on('uncaughtException', common.mustCall(10)); |