mirror of
https://github.com/aljazceru/signal-cli.git
synced 2025-12-23 17:14:22 +01:00
Print stack trace of exception causes in verbose mode
This commit is contained in:
@@ -49,7 +49,7 @@ public class RegisterCommand implements RegistrationCommand {
|
||||
}
|
||||
throw new UserErrorException(message);
|
||||
} catch (IOException e) {
|
||||
throw new IOErrorException("Request verify error: " + e.getMessage());
|
||||
throw new IOErrorException("Request verify error: " + e.getMessage(), e);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user