This commit is contained in:
Andras Schmelczer 2025-11-23 20:27:16 +00:00
parent 4b195b070d
commit 18be9f4dd8
19 changed files with 301 additions and 226 deletions

View file

@ -226,7 +226,7 @@ async function main(): Promise<void> {
);
fileWatcher.stop();
await client.waitAndStop();
await client.destroy();
process.exit(1);
}
}