Skip to content

Commit b35d234

Browse files
DennyScottjasnell
authored andcommitted
test: remove unused e variable in catch statement
PR-URL: #23465 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: Sakthipriyan Vairamani <thechargingvolcano@gmail.com>
1 parent 30c48fd commit b35d234

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

+1-1
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)