mirror of
https://github.com/finos/SymphonyElectron.git
synced 2024-12-29 02:11:28 -06:00
remove missing api for process
This commit is contained in:
parent
0ab7cfd1cd
commit
15655d6cdb
@ -106,7 +106,6 @@ export class AppStats {
|
||||
logger.info(`stats: Is Mac Store app? ${process.mas}`);
|
||||
logger.info(`stats: Is Windows Store app? ${process.windowsStore}`);
|
||||
logger.info(`stats: Resources Path? ${process.resourcesPath}`);
|
||||
logger.info(`stats: Sandboxed? ${process.sandboxed}`);
|
||||
logger.info(`stats: Chrome Version? ${process.versions.chrome}`);
|
||||
logger.info(`stats: Electron Version? ${process.versions.electron}`);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user