mirror of
https://github.com/AsamK/signal-cli.git
synced 2026-02-18 22:43:36 +00:00
Add missing return to app command handling
This commit is contained in:
parent
aad4b53524
commit
da25b2a763
@ -190,6 +190,7 @@ public class App {
|
||||
|
||||
if (command instanceof LocalCommand localCommand) {
|
||||
handleLocalCommand(localCommand, account, signalAccountFiles, commandHandler);
|
||||
return;
|
||||
}
|
||||
|
||||
throw new UserErrorException("Command only works in multi-account mode");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user