Skip to content

Commit

Permalink
fix: if id > 100 not shown in pm2 ls Unitech#4475
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Oct 25, 2019
1 parent 01206aa commit 6f71b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/API/CliUx.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ UX.dispAsTable = function(list, sys_infos) {

var condensed_mode = (process.stdout.columns || 300) < 120
var app_head = {
id: 4,
id: 5,
name: 25,
version: 9,
mode: 9,
Expand Down

0 comments on commit 6f71b78

Please sign in to comment.