Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(connect): fixed syntax issue in connect error handler
Connect error handler was attempting to read properties off of an error that had a chance of being null. Removed that, and replaced the error generation to be more explicit. Fixes NODE-1960 Fixes NODE-1968
- Loading branch information