Skip to content

Commit 31c9aae

Browse files
committed
added version info to status
1 parent 8e4b41c commit 31c9aae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function getStatus()
2626
var retVal = {}
2727

2828
retVal["success"] = true;
29+
retVal["version"] = "node " + process.versions["node"] + " v8 " + process.versions["v8"];
2930
retVal["__filename"] = __filename;
3031
retVal["os.hostname"] = os.hostname();
3132
retVal["os.type"] = os.type();

0 commit comments

Comments
 (0)