Format & lint

This commit is contained in:
Andras Schmelczer 2026-04-25 17:55:46 +01:00
parent fefac224b0
commit 7f62273e72
179 changed files with 2210 additions and 1319 deletions

View file

@ -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;
}