minor fix...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-10-21 01:51:15 +03:00
parent 66e3c622b2
commit 61cabbee15

View File

@ -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) }) }))