Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Disable colors in error messages
We can replace terminal colors with something sensible, but the problem is that
it is not going to work so well for gists. At the time we execute something,
there is no way to know if we are going to gist it or not. It seems like
there's no easy way to have a cake and eat it.
  • Loading branch information
AlexDaniel committed Jul 23, 2016
1 parent 03a195a commit e17c571
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Perl6IRCBotable.pm
Expand Up @@ -39,6 +39,8 @@ use constant BUILDS => abs_path('./builds');
use constant CONFIG => abs_path('./config.json');
use constant SOURCE => 'https://github.com/perl6/bisectbot';

$ENV{'RAKUDO_ERROR_COLOR'} = 0;

sub get_output {
my $self = shift;

Expand Down

0 comments on commit e17c571

Please sign in to comment.