Update Player.ts
This commit is contained in:
parent
0319f4218d
commit
8e876fbfac
1 changed files with 1 additions and 0 deletions
|
@ -1020,6 +1020,7 @@ export class Player extends EventEmitter {
|
||||||
},
|
},
|
||||||
system: {
|
system: {
|
||||||
arch: process.arch,
|
arch: process.arch,
|
||||||
|
// @ts-ignore
|
||||||
platform: process.platform,
|
platform: process.platform,
|
||||||
cpu: os.cpus().length,
|
cpu: os.cpus().length,
|
||||||
memory: {
|
memory: {
|
||||||
|
|
Loading…
Reference in a new issue