Skip to content

Commit b84373a

Browse files
authored
[Bref] Echo out response when running bref locally (#92)
1 parent d840c4c commit b84373a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bref/src/LocalRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public function __construct(Handler $handler, $data)
2424

2525
public function run(): int
2626
{
27-
$this->handler->handle($this->data, new Context('', 0, '', ''));
27+
echo $this->handler->handle($this->data, new Context('', 0, '', ''));
2828

2929
return 0;
3030
}

0 commit comments

Comments
 (0)