Skip to content

Commit 0f46450

Browse files
committed
WIP
1 parent 09cab07 commit 0f46450

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Controller/Response.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public function sendContentStreamed(): Response
100100
} catch (ProtocolException $e) {
101101
flush();
102102
ob_flush();
103-
printf('OData-error: '.JSON::encode($e->toError()));
103+
echo 'OData-error: '.JSON::encode($e->toError());
104104
}
105105

106106
return $this;

0 commit comments

Comments
 (0)