mirror of
https://github.com/HackPlan/atom-shell.git
synced 2026-04-23 19:31:24 +08:00
Include node's version
This commit is contained in:
@@ -28,7 +28,7 @@ function getInfoForCurrentVersion() {
|
||||
json.date = getDate();
|
||||
json.apm = getApmVersion();
|
||||
|
||||
var names = ['v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']
|
||||
var names = ['node', 'v8', 'uv', 'zlib', 'openssl', 'modules', 'chrome']
|
||||
for (var i in names) {
|
||||
var name = names[i];
|
||||
json[name] = process.versions[name];
|
||||
|
||||
Reference in New Issue
Block a user