Fix compile

This commit is contained in:
Andras Schmelczer 2025-11-23 16:49:56 +00:00
parent 340c347841
commit c4da1426b1
5 changed files with 6 additions and 16 deletions

View file

@ -187,7 +187,7 @@ async function main(): Promise<void> {
);
fileWatcher.stop();
await client.waitAndStop();
await client.destroy();
console.log(colorize("Shutdown complete", "green"));
process.exit(0);
};