mirror of
https://github.com/electron/electron.git
synced 2026-04-10 03:01:51 -04:00
Remove needless quotes around electron key
This commit is contained in:
@@ -16,7 +16,7 @@ function getDate () {
|
||||
|
||||
function getInfoForCurrentVersion () {
|
||||
var json = {}
|
||||
json.version = process.versions['electron']
|
||||
json.version = process.versions.electron
|
||||
json.date = getDate()
|
||||
|
||||
var names = ['node', 'v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']
|
||||
|
||||
Reference in New Issue
Block a user