mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-29 18:40:39 +00:00
Add missing return to app command handling
This commit is contained in:
parent
aad4b53524
commit
da25b2a763
1 changed files with 1 additions and 0 deletions
|
@ -190,6 +190,7 @@ public class App {
|
||||||
|
|
||||||
if (command instanceof LocalCommand localCommand) {
|
if (command instanceof LocalCommand localCommand) {
|
||||||
handleLocalCommand(localCommand, account, signalAccountFiles, commandHandler);
|
handleLocalCommand(localCommand, account, signalAccountFiles, commandHandler);
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
throw new UserErrorException("Command only works in multi-account mode");
|
throw new UserErrorException("Command only works in multi-account mode");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue