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]