mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-29 10:00:08 +00:00
minor fix...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
66e3c622b2
commit
61cabbee15
@ -1061,7 +1061,7 @@ module.MetaStore = {
|
||||
var stores = await Promise.iter(
|
||||
Object.entries(this.substores ?? {})
|
||||
.map(function([path, store]){
|
||||
return store.paths()
|
||||
return store.xpaths
|
||||
.iter()
|
||||
.map(function(s){
|
||||
return pwpath.join(path, s) }) }))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user