Skip to content

Commit

Permalink
[ui] Display node version
Browse files Browse the repository at this point in the history
  • Loading branch information
mmalecki committed Sep 25, 2012
1 parent e5f893f commit c7486f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jitsu.js
Expand Up @@ -113,7 +113,7 @@ jitsu.welcome = function () {
//
var username = jitsu.config.get('username') || '';
jitsu.log.info('Welcome to ' + 'Nodejitsu'.grey + ' ' + username.magenta);
jitsu.log.info('jitsu v' + jitsu.version);
jitsu.log.info('jitsu v' + jitsu.version + ', node ' + process.version);
jitsu.log.info('It worked if it ends with ' + 'Nodejitsu'.grey + ' ok'.green.bold);
};

Expand Down

0 comments on commit c7486f8

Please sign in to comment.