From 267e7293062c047da13d6618e388def77f6536b9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Fri, 9 Jul 2021 17:47:50 +0300 Subject: [PATCH] notes... Signed-off-by: Alex A. Naanou --- diff2.js | 1 + 1 file changed, 1 insertion(+) diff --git a/diff2.js b/diff2.js index fc7d1c2..1ec8ad3 100644 --- a/diff2.js +++ b/diff2.js @@ -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]){