Skip to content

Commit

Permalink
reset output style
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjatse committed Jan 2, 2015
1 parent 809fbc1 commit 488f195
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/pm2-gui
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ function showConfigs(cmd, mon){
}
maxLen += 1;
for (var k in storage) {
prints += chalk.bold(k + Array(maxLen - k.length).join(' ') + ': ') + ' ' + chalk.blue(storage[k] + '\n');
prints += chalk.bold(Array(maxLen - k.length).join(' ') + k + ': ') + ' ' + chalk.blue(storage[k] + '\n');
}
console.log(prints);
}

0 comments on commit 488f195

Please sign in to comment.