mirror of
https://github.com/denoland/deno.git
synced 2024-12-03 17:08:35 -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 {
|
} else {
|
||||||
this.outputData.push({ data, encoding, callback });
|
this.outputData.push({ data, encoding, callback });
|
||||||
}
|
}
|
||||||
|
return false;
|
||||||
},
|
},
|
||||||
|
|
||||||
_writeHeader() {
|
_writeHeader() {
|
||||||
|
|
Loading…
Reference in a new issue