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