mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-29 18:43:42 -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);
|
buildRepositoryFromScratch(repository);
|
||||||
}
|
}
|
||||||
} catch (RuntimeException e) {
|
} catch (RuntimeException e) {
|
||||||
|
e.printStackTrace();
|
||||||
throw new ServiceMayNotContinueException(e);
|
throw new ServiceMayNotContinueException(e);
|
||||||
} finally {
|
} finally {
|
||||||
writeLatexDataSource.unlockForProject(name);
|
writeLatexDataSource.unlockForProject(name);
|
||||||
|
|
Loading…
Reference in a new issue