Мелкие поправки

This commit is contained in:
Book Pauk
2022-07-28 18:50:56 +07:00
parent f4a7482b3b
commit 18c8b2d803
2 changed files with 5 additions and 5 deletions

View File

@@ -249,7 +249,7 @@ class BUCClient {
this.periodicSendBookUrls();//no await
this.periodicSync();//no await
log(`BUC Client started`);
log(`BUC Client Worker started`);
} catch (e) {
log(LM_FATAL, e.stack);
ayncExit.exit(1);