From 7bb26676e3ccd306e5761bf176f3c6a10f277c9b Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sun, 19 Feb 2023 15:05:12 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki/page.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pwiki/page.js b/pwiki/page.js index d73b471..9d42768 100755 --- a/pwiki/page.js +++ b/pwiki/page.js @@ -2025,6 +2025,9 @@ object.Constructor('Page', BasePage, { return page }) } }, /*/ // XXX ASYNC... + // XXX BUG: this does not respect strict of single pages if they do + // not exist... + // ...see: @macro(..) bug + .each(..) asPages: async function*(path='.:$ARGS', strict=false){ // options... var args = [...arguments]