From 510b549b85ceb78f9c6e3b5b332f197e88fb45bd Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Sat, 10 Dec 2022 16:14:51 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- pwiki2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/pwiki2.js b/pwiki2.js index 172ce61..1d7f871 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -40,6 +40,7 @@ * * XXX ASAP make parser's .expand(..) (tesing on ._expand(..)) sync/async... * ...still different... +* ...potentiall we aren't handling one or more of the new return types... * XXX ASAP need to add error handling to .awaitOrRun(..) * ...might be even better to make it support the same interface as Promise... * XXX BUG: for some reason editing the root page ('/') hangs /tree...