mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-08 09:53:19 +00:00
Initialising blobs in candidate snapshots.
This commit is contained in:
parent
794a0e29e6
commit
358abb4503
1 changed files with 1 additions and 0 deletions
|
@ -26,6 +26,7 @@ public class BlobNode extends FileNode {
|
|||
|
||||
public BlobNode(RepositoryFile repositoryFile, Map<String, FileNode> fileNodeTable, File projectAttDirectory) throws IOException, FailedConnectionException {
|
||||
this(repositoryFile, fileNodeTable);
|
||||
blob = new RawFileBlob(repositoryFile);
|
||||
writeChanged(projectAttDirectory);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue