mirror of
https://github.com/MichMich/MagicMirror.git
synced 2026-06-09 03:34:51 +00:00
I noticed that in the System Information output, `used node` and `installed node` were always identical when starting via Electron. That usually shouldn't be the case. After digging into it, I found that since PR #4002, `used node` in the subprocess effectively reported the system Node version, not the parent process (which runs in Electron) version. This PR fixes that by passing `used node` from the parent process and logging it correctly. **Before:** `VERSIONS: electron: 41.3.0; used node: 26.0.0; installed node: 26.0.0; ...` **After:** `VERSIONS: electron: 41.3.0; used node: 24.15.0; installed node: 26.0.0; ...`
9.7 KiB
9.7 KiB