X-Git-Url: https://git.nmode.ca/signal-cli/blobdiff_plain/af292d8f0ea897ea13470489d51c40acca50fc3e..2044a7d7a58ada7ca1e67a80012e3ffdaf86c88c:/src/main/java/org/asamk/signal/commands/UpdateProfileCommand.java diff --git a/src/main/java/org/asamk/signal/commands/UpdateProfileCommand.java b/src/main/java/org/asamk/signal/commands/UpdateProfileCommand.java index 15c29e85..f6dcb30e 100644 --- a/src/main/java/org/asamk/signal/commands/UpdateProfileCommand.java +++ b/src/main/java/org/asamk/signal/commands/UpdateProfileCommand.java @@ -51,7 +51,7 @@ public class UpdateProfileCommand implements JsonRpcLocalCommand { try { m.setProfile(givenName, familyName, about, aboutEmoji, avatarFile); } catch (IOException e) { - throw new IOErrorException("Update profile error: " + e.getMessage()); + throw new IOErrorException("Update profile error: " + e.getMessage(), e); } } }