1
0
Fork 0
mirror of https://github.com/overleaf/overleaf.git synced 2025-04-11 12:34:04 +00:00

Added print.

This commit is contained in:
Winston Li 2014-12-04 19:26:44 +00:00
parent 01f59e3f4e
commit 1f12677e76

View file

@ -39,6 +39,7 @@ public class SnapshotRepositoryBuilder implements RepositorySource {
repository = new FileRepositoryBuilder().setWorkTree(repositoryDirectory).build();
new WLBridgedProject(repository, name, writeLatexDataSource).buildRepository();
} catch (FailedConnectionException e) {
e.printStackTrace();
throw new ServiceNotEnabledException();
} catch (IOException e) {
throw new ServiceNotEnabledException();