We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5e7562a + 9d15f09 commit cc8eee9Copy full SHA for cc8eee9
src/imap.js
@@ -134,7 +134,7 @@ export default class Imap {
134
} catch (E) { }
135
136
// Connection closing unexpected is an error
137
- this.socket.onclose = () => this._onError(new Error('Socket closed unexceptedly!'))
+ this.socket.onclose = () => this._onError(new Error('Socket closed unexpectedly!'))
138
this.socket.ondata = (evt) => {
139
try {
140
this._onData(evt)
0 commit comments