зеркало из https://github.com/electron/electron.git
Remove needless quotes around electron key
This commit is contained in:
Родитель
58e15c7755
Коммит
3bda63c350
|
@ -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']
|
||||
|
|
Загрузка…
Ссылка в новой задаче