mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-25 18:14:27 +01:00
Add missing return to app command handling
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user