Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: use more exact type in socket error handler
This change should have no impact on functionality. Our local TCP socket error handler was typed with an `any` parameter but could easily be typed with an `Error` instead. This changes that.
- Loading branch information