Fix for cli with new node scripts

This commit is contained in:
Benn Mapes
2013-08-27 11:41:54 -07:00
parent 1bd4900981
commit b1d8788506
3 changed files with 33 additions and 17 deletions
+3 -1
View File
@@ -26,6 +26,8 @@ var args = process.argv;
if(args.length > 2) {
version.help();
} else {
console.log(version.run());
// TODO : Don't have this hardcoded into the scripts
console.log('3.1.0-dev');
//console.log(version.run());
process.exit(0);
}