Skip to content

Commit

Permalink
Merge pull request #3737 from morugu/add-node-env-output
Browse files Browse the repository at this point in the history
add node env when using show command
  • Loading branch information
wallet77 committed Jul 4, 2018
2 parents 47eecb9 + 32626cb commit 6628f16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/API/CliUx.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ UX.describeTable = function(process) {

{ 'exec mode' : pm2_env.exec_mode },
{ 'node.js version' : pm2_env.node_version },
{ 'node env': pm2_env.env.NODE_ENV },
{ 'watch & reload' : pm2_env.watch ? chalk.green.bold('✔') : '✘' },
{ 'unstable restarts' : pm2_env.unstable_restarts },
{ 'created at' : created_at }
Expand Down

0 comments on commit 6628f16

Please sign in to comment.