Skip to content

Commit

Permalink
Fix type in error message (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
timonson authored Nov 14, 2022
1 parent cb7f1ad commit cae71fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/basic/client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ export class SMTPClient {
this.#que.next();
} catch (ex) {
if (dataMode) {
console.error("Error while in datamode - connection not revoverable");
console.error("Error while in datamode - connection not recoverable");
queueMicrotask(() => {
this.#connection.conn?.close();
});
Expand Down

0 comments on commit cae71fd

Please sign in to comment.