Format & lint
This commit is contained in:
parent
fefac224b0
commit
7f62273e72
179 changed files with 2210 additions and 1319 deletions
|
|
@ -119,9 +119,6 @@ async function runTest({
|
|||
await sleep(2000);
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
for (const client of clients) {
|
||||
try {
|
||||
logger.info(`Destroying ${client.name}`);
|
||||
|
|
@ -254,11 +251,7 @@ process.on("uncaughtException", (error) => {
|
|||
});
|
||||
|
||||
process.on("unhandledRejection", (error, _promise) => {
|
||||
if (
|
||||
error instanceof Error &&
|
||||
(
|
||||
error.name === "SyncResetError")
|
||||
) {
|
||||
if (error instanceof Error && error.name === "SyncResetError") {
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue