diff --git a/src/browser/api/system.js b/src/browser/api/system.js index 46bca5abf..ce7bce81d 100644 --- a/src/browser/api/system.js +++ b/src/browser/api/system.js @@ -468,8 +468,9 @@ export const System = { const architecture = process.arch; const cachePath = electronApp.getPath('userData'); const args = Object.assign({}, coreState.argo); + const chromeVersion = process.versions.chrome; args._ = undefined; - return { manifestUrl, port, securityRealm, version, architecture, cachePath, args }; + return { manifestUrl, port, securityRealm, version, architecture, cachePath, args, chromeVersion }; }, getRvmInfo: function(identity, callback, errorCallback) { let appObject = coreState.getAppObjByUuid(identity.uuid);