Мелкие поправки
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -331,9 +331,9 @@ class BUCServer {
|
||||
for (let i = 0; i < 10; i++)
|
||||
this.periodicCheck();//no await
|
||||
|
||||
log(`------------------`);
|
||||
log(`BUC Server started`);
|
||||
log(`------------------`);
|
||||
log(`-------------------------`);
|
||||
log(`BUC Server Worker started`);
|
||||
log(`-------------------------`);
|
||||
} catch (e) {
|
||||
log(LM_FATAL, e.stack);
|
||||
ayncExit.exit(1);
|
||||
|
||||
Reference in New Issue
Block a user