Set lastmodified to 0 if repository doesn't exist
This commit is contained in:
parent
5d754c46a7
commit
806260212e
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ public class FileRepository extends AbstractRepository {
|
|||
if (!dir.exists()) {
|
||||
repositories = new Repository[0];
|
||||
resources.clear();
|
||||
lastModified = 0;
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue