Skip to content

Commit b56e519

Browse files
committed
Add missing initial '|' from error output
1 parent 6f9e9a6 commit b56e519

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchable.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ sub process_message {
8888
}
8989
$times{$short_commit} = min(@{$times{$short_commit}});
9090
}
91-
$msg_response .= "$out\n" if ($out);
91+
$msg_response .= "|$out\n" if ($out);
9292
}
9393

9494
$msg_response .= '|' . join("\n|", map { $_ = substr($_, 0, 7); "«$_»:$times{$_}" } @commits);

0 commit comments

Comments
 (0)