-
-
Notifications
You must be signed in to change notification settings - Fork 270
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: fixed edge cases when `session` could be `null` If the session is set to `null` and an `err` occurs, for example here: <https://github.com/titanism/wildduck/blob/c9188b3766b547b091d140a33308b5c3ec3aa1d4/lib/pop3/connection.js#L1010> Then an uncaught exception will be thrown. * Update lib/pop3/connection.js Co-authored-by: Shaun Warman <[email protected]> --------- Co-authored-by: Shaun Warman <[email protected]>
- Loading branch information
1 parent
c9188b3
commit a68725d
Showing
1 changed file
with
19 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
a68725d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andris9 can this get released to npm? thank you 🙏