Include node's version
This commit is contained in:
parent
23760058e9
commit
b8d0c5b3fe
1 changed files with 1 additions and 1 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue