Implement experimental antietcd-based version of monitor

This commit is contained in:
Vitaliy Filippov
2024-07-09 13:54:58 +03:00
parent df668286fb
commit c6be194508
7 changed files with 297 additions and 44 deletions
+1 -1
View File
@@ -23,4 +23,4 @@ for (let i = 2; i < process.argv.length; i++)
}
}
Mon.run_forever(options);
Mon.run_forever(options).catch(console.error);