Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Omit unused exception arguments from catch blocks #8559

Merged
merged 1 commit into from
Sep 3, 2024

Conversation

cpcallen
Copy link
Contributor

The basics

The details

Resolves

Fixes #1770.

Proposed Changes

Omit unused exception arguments from catch blocks.

Reason for Changes

Style better.

Test Coverage

Passes npm test

@cpcallen cpcallen added the PR: fix Fixes a bug label Aug 30, 2024
@cpcallen cpcallen requested a review from a team as a code owner August 30, 2024 17:14
@cpcallen cpcallen requested a review from gonfunko August 30, 2024 17:14
@github-actions github-actions bot added PR: refactor and removed PR: fix Fixes a bug labels Aug 30, 2024
@cpcallen cpcallen merged commit 2409123 into google:develop Sep 3, 2024
11 checks passed
@cpcallen cpcallen deleted the fix/catch branch September 3, 2024 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Omit unused event arguments on event handler functions?
2 participants