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:
@@ -29,7 +29,7 @@ public class SendContactsCommand implements JsonRpcLocalCommand {
|
||||
try {
|
||||
m.sendContacts();
|
||||
} catch (IOException e) {
|
||||
throw new IOErrorException("SendContacts error: " + e.getMessage());
|
||||
throw new IOErrorException("SendContacts error: " + e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user