Add Linux distribution version to debug logs
This commit is contained in:
parent
507986db92
commit
08e2716e6e
3 changed files with 32 additions and 4 deletions
|
@ -2415,7 +2415,8 @@ ipc.handle(
|
|||
process.versions.node,
|
||||
app.getVersion(),
|
||||
os.version(),
|
||||
userAgent
|
||||
userAgent,
|
||||
OS.getLinuxName()
|
||||
);
|
||||
}
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue