This commit is contained in:
Andras Schmelczer 2025-11-23 20:27:16 +00:00
commit ca42f614e0
19 changed files with 300 additions and 225 deletions

View file

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