We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Our systeminformation on startup on a raspberry pi:
[2024-07-22 21:03:15.102] [INFO] System information: ### SYSTEM: manufacturer: Raspberry Pi Foundation; model: Raspberry Pi 4 Model B Rev 1.5; raspberry: [object Object]; virtual: false ### OS: platform: linux; distro: Debian GNU/Linux; release: 12; arch: arm64; kernel: 6.1.21-v8+ ### VERSIONS: electron: 31.2.1; used node: 20.15.0; installed node: 22.4.1; npm: 10.8.1; pm2: ### OTHER: timeZone: Europe/Berlin; ELECTRON_ENABLE_GPU: undefined
So the object raspberry: [object Object] should be corrected. Using JSON.stringify results in
raspberry: [object Object]
JSON.stringify
{"manufacturer":"Sony UK","processor":"BCM2711","type":"4B","revision":"1.5"}
Options:
I'm for removing the object, what do you think @sdetweil @rejas @KristjanESPERANTO ?
Our systeminformation on startup on a raspberry pi:
So the object
raspberry: [object Object]should be corrected. UsingJSON.stringifyresults in{"manufacturer":"Sony UK","processor":"BCM2711","type":"4B","revision":"1.5"}Options:
JSON.stringifyand add the info to the lineI'm for removing the object, what do you think @sdetweil @rejas @KristjanESPERANTO ?