From aa6b5bd1b773078efc662fee9b847a92c095b489 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Thu, 22 Dec 2022 23:04:11 +0300 Subject: [PATCH] ... Signed-off-by: Alex A. Naanou --- pwiki2.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pwiki2.js b/pwiki2.js index 033d7c8..a6923e2 100755 --- a/pwiki2.js +++ b/pwiki2.js @@ -73,8 +73,6 @@ * order... (seems the simplest, we'll try this first) * ...this also feels a fundamental enough feature to * be implemented in ig-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... * ...the problem is most likely is in that tree appends tree to * each path in the list and '/' + '/tree' is ....