1
0
Fork 0
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:
Satya Rohith 2024-10-17 23:44:16 +05:30
parent 8c0f6b02c2
commit a3c6964bd9
No known key found for this signature in database
GPG key ID: B2705CF40523EB05

View file

@ -532,6 +532,7 @@ Object.defineProperties(
} else {
this.outputData.push({ data, encoding, callback });
}
return false;
},
_writeHeader() {