aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xreporter.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/reporter.js b/reporter.js
index b0f2a2c..83296d0 100755
--- a/reporter.js
+++ b/reporter.js
@@ -131,6 +131,8 @@ let PLUGIN_INFO =
puts('Name', config.name);
puts('Host', config.hostApplication);
puts('Platform', navigator.platform);
+ puts('Version', liberator.version);
+ puts('UserAgent', navigator.userAgent);
},
colors: function (file) {