more notes...

Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-09 14:26:02 +03:00
parent 94d2747427
commit 2f46f411e4

View File

@ -94,8 +94,8 @@ function(list, handler, onerror){
: handler(elem) })
: handler(elem))
// compensate for the outer .flat()...
// XXX this will mess up the return of handler(..)
// XXX this braks on non-array returns...
// XXX this might mess up the return of handler(..) -- test
// XXX this breaks on non-array returns...
.flat() })
: handler(elem) },
// onerror...