pull/18062/merge
Rich Harris 4 months ago
parent a2c39c10b1
commit 6a96f64c5c

@ -278,6 +278,8 @@ export class Batch {
}
#process() {
if (this.#committed) return;
// console.group('process', this.id);
current_batch = this;

Loading…
Cancel
Save