Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: display full error message for connect errors (#413)
@alecthomas this should provide more detailed connect errors than just the error `code`. Although, I doubt we would have got more info with this specific `code 2` error since it's this ```ts /** * Unknown error */ Unknown = 2, ```
- Loading branch information