mirror of
https://github.com/NapNeko/NapCatQQ.git
synced 2025-07-19 12:03:37 +00:00
fix
This commit is contained in:
@@ -77,8 +77,7 @@ export class UmamiTraceCore {
|
|||||||
guid: this.guid,
|
guid: this.guid,
|
||||||
platform: os.platform(),
|
platform: os.platform(),
|
||||||
arch: os.arch(),
|
arch: os.arch(),
|
||||||
cpus: os.cpus(),
|
uptime: new Date(Date.now() - os.uptime() * 1000).toISOString().replace('T', ' ').substring(0, 19)
|
||||||
uptime: os.uptime(),
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
this.sendRequest(payload, type);
|
this.sendRequest(payload, type);
|
||||||
|
Reference in New Issue
Block a user