From 08211b842e487f62016838b0e53cee314e2ef2c2 Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Tue, 12 Jan 2016 14:50:56 +0800 Subject: [PATCH] add node version --- cli/cmds/version.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cli/cmds/version.js b/cli/cmds/version.js index 08bbdbe4..c4993f2a 100644 --- a/cli/cmds/version.js +++ b/cli/cmds/version.js @@ -50,8 +50,10 @@ var list = function(args) { hftVersion: packageInfo.version, apiVersion: availableVersions[availableVersions.length - 1], apiVersions: availableVersions, + nodeVersion: process.version, }, undefined, " ")); } else { + console.log("nodeVersion: " + process.version); console.log("hftVersion: " + packageInfo.version); if (args.all) { console.log("apiVersions: ");