Skip to content

Commit 20fc7c7

Browse files
sorearPerl 6 Evalbot
authored andcommitted
Drop max_output_len a bit to stop Bot::BasicBot from making orphans
1 parent 5e15117 commit 20fc7c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/EvalbotExecuter.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ use Scalar::Util qw(reftype);
7474
use Encode qw(encode);
7575
use charnames qw(:full);
7676

77-
my $max_output_len = 290;
77+
my $max_output_len = 280;
7878

7979
sub run {
8080
my ($program, $executer, $ename) = @_;

0 commit comments

Comments
 (0)