Add node version to debug log
The chrome, electron, and signal versions are already included in the user agent string. // FREEBIE
This commit is contained in:
@@ -57,7 +57,7 @@
|
||||
};
|
||||
console.get = function() {
|
||||
return window.navigator.userAgent +
|
||||
' Signal-Desktop/' + window.config.version +
|
||||
' node/' + window.config.node_version +
|
||||
'\n' + log.print();
|
||||
};
|
||||
console.post = function(log) {
|
||||
|
Reference in New Issue
Block a user