We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d84f45 commit 4dbcf7aCopy full SHA for 4dbcf7a
lib/internal/util/inspector.js
@@ -15,7 +15,7 @@ function sendInspectorCommand(cb, onError) {
15
} finally {
16
session.disconnect();
17
}
18
- } catch (e) {
+ } catch {
19
return onError();
20
21
0 commit comments