Add Linux distribution version to debug logs

This commit is contained in:
ayumi-signal 2023-09-05 18:03:30 -07:00 committed by GitHub
parent 507986db92
commit 08e2716e6e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 4 deletions

View file

@ -2415,7 +2415,8 @@ ipc.handle(
process.versions.node,
app.getVersion(),
os.version(),
userAgent
userAgent,
OS.getLinuxName()
);
}
);