note to self

pull/16197/head
Rich Harris 7 months ago
parent 5a3f7c2a56
commit 011741ea22

@ -47,6 +47,8 @@ export class Batch {
var current_values = new Map(); var current_values = new Map();
// TODO this shouldn't be necessary, but tests fail otherwise,
// presumably because we need a try-finally somewhere
for (const [source, current] of this.current) { for (const [source, current] of this.current) {
source.v = current; source.v = current;
} }

Loading…
Cancel
Save