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 ....