Skip to content

Commit 0dff9ea

Browse files
authored
Merge pull request #3 from WyriHaximusNet/tweaks
Tweaks
2 parents bc0b1bd + a009364 commit 0dff9ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proxy/proxy.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ static function (ServerRequestInterface $request) use ($browser): PromiseInterfa
3030

3131
/** @var ResponseInterface $response */
3232
foreach ($responses as $response) {
33-
$body .= (string)$response->getBody();
33+
$body .= (string)$response->getBody() . PHP_EOL;
3434
}
3535

3636
return new Response(200, [], $body);

0 commit comments

Comments
 (0)