Skip to content

Commit 8a48803

Browse files
committed
Revert this change
1 parent 53d5b30 commit 8a48803

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/Pest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,6 @@ function parseJsonRpcMessagesFromSseStream(string $content): array
316316

317317
function parseJsonRpcMessagesFromStdout(string $output): array
318318
{
319-
$output = str_replace("\r\n", "\n", $output);
320319
$jsonMessages = array_filter(explode("\n", trim($output)));
321320

322321
$messages = [];

0 commit comments

Comments
 (0)