Skip to content

Commit

Permalink
Use terminal width independent "ps" command (#22835)
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert authored Dec 10, 2024
1 parent fa80789 commit 20cfe2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/CliMulti/RequestParser.php
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ protected function invokePs()
return ''; // skip check in tests as it might result in random failures
}

return `ps aux`;
return `ps wwaux`;
}
}

0 comments on commit 20cfe2d

Please sign in to comment.