Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2023-01-27 23:09:19 +03:00
parent dae13d71e0
commit 2ec32b861e

View File

@ -3074,6 +3074,9 @@ function(title, func){
// this ( .splice(..) ) above but it does // this ( .splice(..) ) above but it does
// not work for some reason -- the array // not work for some reason -- the array
// seems not to be the same for each run... // seems not to be the same for each run...
// XXX items is definitely copied, though the
// items are the same...
// ...check the splits/merges...
return run([items, ...args]) }, return run([items, ...args]) },
function(){ function(){
q && q.abort() }) q && q.abort() })