Skip to content

Commit

Permalink
add node version
Browse files Browse the repository at this point in the history
  • Loading branch information
greggman committed Jan 12, 2016
1 parent e7e2fd2 commit 08211b8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cli/cmds/version.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: ");
Expand Down

0 comments on commit 08211b8

Please sign in to comment.