mirror of
https://github.com/marko-js/marko.git
synced 2025-12-08 19:26:05 +00:00
fix: ininial sync content flush not scheduled
This commit is contained in:
parent
69581baff3
commit
4c204556a3
5
.changeset/polite-ducks-sin.md
Normal file
5
.changeset/polite-ducks-sin.md
Normal file
@ -0,0 +1,5 @@
|
||||
---
|
||||
"marko": patch
|
||||
---
|
||||
|
||||
Fix initial sync content not scheduled for flush
|
||||
@ -198,6 +198,7 @@ var proto = (AsyncStream.prototype = {
|
||||
writer.next = originalWriter.next;
|
||||
writer.state = this._state;
|
||||
writer.merge(originalWriter);
|
||||
writer.scheduleFlush();
|
||||
|
||||
this._state.stream = stream;
|
||||
this._state.writer = writer;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user