mirror of
https://github.com/denoland/deno.git
synced 2024-12-02 17:01:14 -05:00
fix flow control
This commit is contained in:
parent
8c0f6b02c2
commit
a3c6964bd9
1 changed files with 1 additions and 0 deletions
|
@ -532,6 +532,7 @@ Object.defineProperties(
|
|||
} else {
|
||||
this.outputData.push({ data, encoding, callback });
|
||||
}
|
||||
return false;
|
||||
},
|
||||
|
||||
_writeHeader() {
|
||||
|
|
Loading…
Reference in a new issue