fix: add reject reason for logging
This commit is contained in:
parent
71267ae892
commit
00560a64a7
|
@ -71,7 +71,7 @@ export default async (
|
|||
|
||||
setTimeout(() => {
|
||||
client.end();
|
||||
reject();
|
||||
reject("irc discovery response timed out");
|
||||
}, 1000);
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue