mirror of
https://github.com/finos/SymphonyElectron.git
synced 2025-02-25 18:55:29 -06:00
Fix printout of memoryInfo
This commit is contained in:
parent
1e8afb17ab
commit
459281bb3d
@ -32,7 +32,7 @@ class MemoryMonitor {
|
|||||||
*/
|
*/
|
||||||
public setMemoryInfo(memoryInfo: Electron.ProcessMemoryInfo): void {
|
public setMemoryInfo(memoryInfo: Electron.ProcessMemoryInfo): void {
|
||||||
this.memoryInfo = memoryInfo;
|
this.memoryInfo = memoryInfo;
|
||||||
logger.info(`memory-monitor: setting memory info to ${memoryInfo}`);
|
logger.info(`memory-monitor: setting memory info to ${JSON.stringify(memoryInfo)}`);
|
||||||
this.validateMemory();
|
this.validateMemory();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user