Added stack trace print.

This commit is contained in:
Winston Li 2015-01-15 23:03:12 +00:00
parent 70808b14b5
commit 682a7e93ad

View file

@ -37,6 +37,7 @@ public class WLBridgedProject {
buildRepositoryFromScratch(repository);
}
} catch (RuntimeException e) {
e.printStackTrace();
throw new ServiceMayNotContinueException(e);
} finally {
writeLatexDataSource.unlockForProject(name);