mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Added print.
This commit is contained in:
parent
1f12677e76
commit
6fc953b008
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ public abstract class Request<T extends Result> {
|
|||
|
||||
@Override
|
||||
public void onThrowable(Throwable t) {
|
||||
t.printStackTrace();
|
||||
error = true;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue