mirror of
https://github.com/flynx/pWiki.git
synced 2025-10-30 10:30: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(
|
var stores = await Promise.iter(
|
||||||
Object.entries(this.substores ?? {})
|
Object.entries(this.substores ?? {})
|
||||||
.map(function([path, store]){
|
.map(function([path, store]){
|
||||||
return store.paths()
|
return store.xpaths
|
||||||
.iter()
|
.iter()
|
||||||
.map(function(s){
|
.map(function(s){
|
||||||
return pwpath.join(path, s) }) }))
|
return pwpath.join(path, s) }) }))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user