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.
1 parent 81f3e00 commit bd44756Copy full SHA for bd44756
lib/utils.js
@@ -24,7 +24,7 @@ var uuid = function uuidGenerator() {
24
};
25
26
var browserString = function browserString(config) {
27
- return config.os + ' ' + config.os_version + ', ' + titleCase(config.browser || config.device) + ' ' + config.browser_version;
+ return config.os + ' ' + config.os_version + ', ' + titleCase(config.browser || config.device) + ' ' + (config.browser_version || config.device);
28
29
30
var objectSize = function objectSize(obj) {
0 commit comments