marko 5.37.14 → 5.37.15

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -198,6 +198,7 @@ var proto = AsyncStream.prototype = {
198
198
  writer.next = originalWriter.next;
199
199
  writer.state = this._state;
200
200
  writer.merge(originalWriter);
201
+ writer.scheduleFlush();
201
202
 
202
203
  this._state.stream = stream;
203
204
  this._state.writer = writer;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "marko",
3
- "version": "5.37.14",
3
+ "version": "5.37.15",
4
4
  "description": "UI Components + streaming, async, high performance, HTML templating for Node.js and the browser.",
5
5
  "keywords": [
6
6
  "front-end",
@@ -198,6 +198,7 @@ var proto = (AsyncStream.prototype = {
198
198
  writer.next = originalWriter.next;
199
199
  writer.state = this._state;
200
200
  writer.merge(originalWriter);
201
+ writer.scheduleFlush();
201
202
 
202
203
  this._state.stream = stream;
203
204
  this._state.writer = writer;