This commit is contained in:
2022-07-18 02:50:52 +00:00
parent befd344ab0
commit 06181b34d6
8569 changed files with 818704 additions and 352705 deletions
+2 -1
View File
@@ -116,7 +116,8 @@ class Pipeline extends Minipass {
this.emit('drain')
}
write (chunk, enc, cb) {
return this[_head].write(chunk, enc, cb) && this.flowing
return this[_head].write(chunk, enc, cb) &&
(this.flowing || this.buffer.length === 0)
}
end (chunk, enc, cb) {
this[_head].end(chunk, enc, cb)
+12 -12
View File
@@ -1,32 +1,32 @@
{
"_args": [
[
"minipass-pipeline@1.2.3",
"/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series"
"minipass-pipeline@1.2.4",
"/home/node/nuxt"
]
],
"_from": "minipass-pipeline@1.2.3",
"_id": "minipass-pipeline@1.2.3",
"_from": "minipass-pipeline@1.2.4",
"_id": "minipass-pipeline@1.2.4",
"_inBundle": false,
"_integrity": "sha512-cFOknTvng5vqnwOpDsZTWhNll6Jf8o2x+/diplafmxpuIymAjzoOolZG0VvQf3V2HgqzJNhnuKHYp2BqDgz8IQ==",
"_integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==",
"_location": "/minipass-pipeline",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "minipass-pipeline@1.2.3",
"raw": "minipass-pipeline@1.2.4",
"name": "minipass-pipeline",
"escapedName": "minipass-pipeline",
"rawSpec": "1.2.3",
"rawSpec": "1.2.4",
"saveSpec": null,
"fetchSpec": "1.2.3"
"fetchSpec": "1.2.4"
},
"_requiredBy": [
"/cacache"
],
"_resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.3.tgz",
"_spec": "1.2.3",
"_where": "/mnt/Foxconn/Digitalent/Deverloper/liff-push_2series",
"_resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz",
"_spec": "1.2.4",
"_where": "/home/node/nuxt",
"author": {
"name": "Isaac Z. Schlueter",
"email": "i@izs.me",
@@ -57,5 +57,5 @@
"tap": {
"check-coverage": true
},
"version": "1.2.3"
"version": "1.2.4"
}