Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-05-28 23:34:57 +03:00
parent a05bf54ac4
commit 737b941b17

View File

@ -286,7 +286,7 @@ module.BaseStore = {
: ('/'+ path)))) : ('/'+ path))))
// normalize the output... // normalize the output...
|| false }, || false },
// find the closest existing alternative path...
find: function(path){ find: function(path){
for(var p of module.path.paths(path)){ for(var p of module.path.paths(path)){
p = this.exists(p) p = this.exists(p)