fix(irc): type socket error param
This commit is contained in:
parent
722c010b95
commit
b50640c600
@ -399,7 +399,7 @@ export async function connectIrcClient(options: IrcClientOptions): Promise<IrcCl
|
||||
}
|
||||
});
|
||||
|
||||
socket.once("error", (err) => {
|
||||
socket.once("error", (err: unknown) => {
|
||||
fail(err);
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user