Skip to content

Commit 4dbcf7a

Browse files
cjihrigtargos
authored andcommitted
inspector: remove unused catch bindings
PR-URL: #24079 Reviewed-By: Sam Roberts <vieuxtech@gmail.com> Reviewed-By: Wyatt Preul <wpreul@gmail.com>
1 parent 2d84f45 commit 4dbcf7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/internal/util/inspector.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ function sendInspectorCommand(cb, onError) {
1515
} finally {
1616
session.disconnect();
1717
}
18-
} catch (e) {
18+
} catch {
1919
return onError();
2020
}
2121
}

0 commit comments

Comments
 (0)