Skip to content

Commit 08211b8

Browse files
committed
add node version
1 parent e7e2fd2 commit 08211b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cli/cmds/version.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,10 @@ var list = function(args) {
5050
hftVersion: packageInfo.version,
5151
apiVersion: availableVersions[availableVersions.length - 1],
5252
apiVersions: availableVersions,
53+
nodeVersion: process.version,
5354
}, undefined, " "));
5455
} else {
56+
console.log("nodeVersion: " + process.version);
5557
console.log("hftVersion: " + packageInfo.version);
5658
if (args.all) {
5759
console.log("apiVersions: ");

0 commit comments

Comments
 (0)