mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
Removes new line from event printing
This commit is contained in:
@ -168,7 +168,7 @@ final class TeamCity extends DefaultResultPrinter
|
||||
*/
|
||||
private function printEvent(string $eventName, array $params = []): void
|
||||
{
|
||||
$this->write("\n##teamcity[{$eventName}");
|
||||
$this->write("##teamcity[{$eventName}");
|
||||
|
||||
if ($this->flowId !== 0) {
|
||||
$params['flowId'] = $this->flowId;
|
||||
|
||||
Reference in New Issue
Block a user