mirror of
https://github.com/syuilo/ai.git
synced 2024-11-09 23:48:01 +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 rebootTimer: NodeJS.Timer;
|
||||
private rebootTimerSub: NodeJS.Timer;
|
||||
private recentStat: any[] = [];
|
||||
private recentStat: any;
|
||||
|
||||
/**
|
||||
* 1秒後とのログ1分間分
|
||||
*/
|
||||
private statsLogs: any;
|
||||
private statsLogs: any[] = [];
|
||||
|
||||
public install = (ai: 藍) => {
|
||||
this.ai = ai;
|
||||
|
|
Loading…
Reference in a new issue