Remove commented out code

This commit is contained in:
Andras Schmelczer 2025-10-21 22:44:46 +01:00
parent a97cdf8876
commit ae8472c16b

View file

@ -177,19 +177,11 @@ async function main(): Promise<void> {
} }
console.log(`${colorize("✓", "green")} Server connection successful`); console.log(`${colorize("✓", "green")} Server connection successful`);
console.log(colorize("Press Ctrl+C to stop", "dim"));
console.log(""); console.log("");
await client.start(); await client.start();
fileWatcher.start(); fileWatcher.start();
console.log(styleText("✓ Sync started", "bold", "green"));
console.log(colorize("Press Ctrl+C to stop", "dim"));
console.log(colorize("─".repeat(50), "dim"));
console.log("");
// await new Promise<void>(() => {
// });
} catch (error) { } catch (error) {
console.error( console.error(
colorize( colorize(