Skip to content

Commit bf50326

Browse files
committed
Removed output coloration artifact from custom use case implementation.
Signed-off-by: Daniel Hunsaker <[email protected]>
1 parent 1deee54 commit bf50326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/resque

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ if($count > 1) {
143143

144144
$childPID = pcntl_waitpid(-1, $childStatus, WNOHANG);
145145
if ($childPID != 0) {
146-
fwrite(STDOUT, "\033[01;31m*** A child worker died: {$childPID}\033[00m\n");
146+
fwrite(STDOUT, "*** A child worker died: {$childPID}\n");
147147
unset($children[$childPID]);
148148
$i--;
149149
}

0 commit comments

Comments
 (0)