auto-git:
[change] main.js
This commit is contained in:
2
main.js
2
main.js
@@ -29,7 +29,7 @@ const store = new Store({
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
let folders = store.get('folders') || [];
|
let folders = store.get('folders') || [];asd
|
||||||
folders = folders.map(f => ({
|
folders = folders.map(f => ({
|
||||||
...f,
|
...f,
|
||||||
needsRelocation: !fs.existsSync(f.path)
|
needsRelocation: !fs.existsSync(f.path)
|
||||||
|
|||||||
Reference in New Issue
Block a user