mirror of
https://github.com/AsamK/signal-cli
synced 2025-08-30 19:10:38 +00:00
parent
415b65d208
commit
d13d150fe1
6 changed files with 87 additions and 29 deletions
|
@ -93,7 +93,7 @@ public class CommandUtil {
|
|||
try {
|
||||
return RecipientIdentifier.Single.fromString(recipientString, localNumber);
|
||||
} catch (InvalidNumberException e) {
|
||||
throw new UserErrorException("Invalid phone number '" + recipientString + "': " + e.getMessage());
|
||||
throw new UserErrorException("Invalid phone number '" + recipientString + "': " + e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue