Remove commented out code
This commit is contained in:
parent
a97cdf8876
commit
ae8472c16b
1 changed files with 1 additions and 9 deletions
|
|
@ -177,19 +177,11 @@ async function main(): Promise<void> {
|
|||
}
|
||||
|
||||
console.log(`${colorize("✓", "green")} Server connection successful`);
|
||||
console.log(colorize("Press Ctrl+C to stop", "dim"));
|
||||
console.log("");
|
||||
|
||||
await client.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) {
|
||||
console.error(
|
||||
colorize(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue