Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2021-07-09 17:47:50 +03:00
parent 53e927e3a2
commit 267e729306

View File

@ -197,6 +197,7 @@ object.Constructor('Walk', {
return !!e }) ]
// walk...
try {
// XXX should this be a yield* or a simple yield???
yield* this.handler(obj, path, next, type)
// XXX BLOCK...
.map(function([p, v]){