Skip to content

Commit 77ef497

Browse files
DennyScottMylesBorins
authored andcommitted
test: remove unused e variable in catch statement
PR-URL: #23465 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: Sakthipriyan Vairamani <[email protected]>
1 parent ed9f8ac commit 77ef497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-domain-with-abort-on-uncaught-exception.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ if (process.argv[2] === 'child') {
5050
if (process.argv.includes('useTryCatch')) {
5151
try {
5252
throw new Error(domainErrHandlerExMessage);
53-
} catch (e) {
53+
} catch {
5454
}
5555
} else {
5656
throw new Error(domainErrHandlerExMessage);

0 commit comments

Comments
 (0)