pull/16197/head
Rich Harris 4 months ago
parent c96d3108c5
commit 17b2f227fa

@ -192,6 +192,7 @@ export function async_derived(fn, location) {
}
} else {
handle_error(e, parent, null, parent.ctx);
batch.remove();
}
}
);

@ -76,7 +76,5 @@ export default test({
await Promise.resolve();
await Promise.resolve();
assert.equal(p.textContent, '5');
console.log(target.innerHTML);
}
});

Loading…
Cancel
Save