mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-26 18:35:43 +00:00
Fix NPE
This commit is contained in:
@@ -253,6 +253,7 @@ public class StandardStorage extends DataStorage {
|
||||
if (!hasFixedLocal) {
|
||||
var e = DataStoreEntry.createNew(
|
||||
LOCAL_ID, DataStorage.DEFAULT_CATEGORY_UUID, "Local Machine", new LocalStore());
|
||||
e.setDirectory(getStoresDir().resolve(LOCAL_ID.toString()));
|
||||
e.setConfiguration(
|
||||
StorageElement.Configuration.builder().deletable(false).build());
|
||||
storeEntries.add(e);
|
||||
|
||||
Reference in New Issue
Block a user