mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-18 22:54:20 +01:00
Print stack trace of exception causes in verbose mode
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user