mirror of
https://github.com/syuilo/ai.git
synced 2024-11-22 05:08:00 +00:00
oops
This commit is contained in:
parent
9ebd6cf62c
commit
6037e49b01
|
@ -13,12 +13,12 @@ export default class ServerModule implements IModule {
|
||||||
private preventScheduleReboot = false;
|
private preventScheduleReboot = false;
|
||||||
private rebootTimer: NodeJS.Timer;
|
private rebootTimer: NodeJS.Timer;
|
||||||
private rebootTimerSub: NodeJS.Timer;
|
private rebootTimerSub: NodeJS.Timer;
|
||||||
private recentStat: any[] = [];
|
private recentStat: any;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 1秒後とのログ1分間分
|
* 1秒後とのログ1分間分
|
||||||
*/
|
*/
|
||||||
private statsLogs: any;
|
private statsLogs: any[] = [];
|
||||||
|
|
||||||
public install = (ai: 藍) => {
|
public install = (ai: 藍) => {
|
||||||
this.ai = ai;
|
this.ai = ai;
|
||||||
|
|
Loading…
Reference in a new issue