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: {
|
||||
arch: process.arch,
|
||||
// @ts-ignore
|
||||
platform: process.platform,
|
||||
cpu: os.cpus().length,
|
||||
memory: {
|
||||
|
|
Loading…
Reference in a new issue