Try to fix the datastore not getting initialized

This commit is contained in:
Aria 2023-02-27 17:25:01 -07:00
parent 7df8d0e0b3
commit bc5b7bceee
4 changed files with 9 additions and 2 deletions

View file

@ -25,6 +25,11 @@ public class FileTreeDatastore {
}
}
public static String get()
{
return BASE.toString();
}
public static Path of(String nick)
{
return BASE.resolve(nick);