mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 21:31:36 +02:00
Added stack trace print.
This commit is contained in:
@@ -37,6 +37,7 @@ public class WLBridgedProject {
|
||||
buildRepositoryFromScratch(repository);
|
||||
}
|
||||
} catch (RuntimeException e) {
|
||||
e.printStackTrace();
|
||||
throw new ServiceMayNotContinueException(e);
|
||||
} finally {
|
||||
writeLatexDataSource.unlockForProject(name);
|
||||
|
||||
Reference in New Issue
Block a user