mirror of
https://github.com/electron/electron.git
synced 2026-01-30 09:48:35 -05:00
Merge pull request #12003 from electron/tools-new-api
Fix deprecated API in tools/dump-version-info.js
This commit is contained in:
@@ -16,7 +16,7 @@ function getDate () {
|
||||
|
||||
function getInfoForCurrentVersion () {
|
||||
var json = {}
|
||||
json.version = process.versions['atom-shell']
|
||||
json.version = process.versions.electron
|
||||
json.date = getDate()
|
||||
|
||||
var names = ['node', 'v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']
|
||||
|
||||
Reference in New Issue
Block a user