From 737b941b1727f7454cdd270a7d076e9fcfd6ae09 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 28 May 2022 23:34:57 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pwiki2.js b/pwiki2.js index 72c41f8..011bd79 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -286,7 +286,7 @@ module.BaseStore = { : ('/'+ path)))) // normalize the output... || false }, - + // find the closest existing alternative path... find: function(path){ for(var p of module.path.paths(path)){ p = this.exists(p)