mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-21 20:47:08 -05:00
Added stack trace print.
This commit is contained in:
parent
70808b14b5
commit
682a7e93ad
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ public class WLBridgedProject {
|
|||
buildRepositoryFromScratch(repository);
|
||||
}
|
||||
} catch (RuntimeException e) {
|
||||
e.printStackTrace();
|
||||
throw new ServiceMayNotContinueException(e);
|
||||
} finally {
|
||||
writeLatexDataSource.unlockForProject(name);
|
||||
|
|
Loading…
Reference in a new issue