mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Fix missing bracket
This commit is contained in:
parent
b81a83eec5
commit
08f6dbae05
1 changed files with 1 additions and 0 deletions
|
@ -54,6 +54,7 @@ public class JsonRpcDispatcherCommand implements LocalCommand {
|
|||
|
||||
final var handler = new SignalJsonRpcDispatcherHandler(m, jsonOutputWriter, lineSupplier);
|
||||
handler.handleConnection();
|
||||
}
|
||||
|
||||
private Supplier<String> getLineSupplier(final Reader reader) {
|
||||
final var bufferedReader = new BufferedReader(reader);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue