Skip to content

Commit

Permalink
inspector: remove unused catch bindings
Browse files Browse the repository at this point in the history
PR-URL: #24079
Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
Reviewed-By: Wyatt Preul <wpreul@gmail.com>
  • Loading branch information
cjihrig authored and targos committed Nov 6, 2018
1 parent 2d84f45 commit 4dbcf7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/internal/util/inspector.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ function sendInspectorCommand(cb, onError) {
} finally {
session.disconnect();
}
} catch (e) {
} catch {
return onError();
}
}
Expand Down

0 comments on commit 4dbcf7a

Please sign in to comment.