We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ffdc34 commit 1deae47Copy full SHA for 1deae47
1 file changed
lib/form_data.js
@@ -95,6 +95,8 @@ formData._emitRegularPart = function(part) {
95
if (this._parts.length === 0) {
96
this._emitEndBoundary();
97
this.readable = false;
98
+ } else {
99
+ this._emitData();
100
}
101
};
102
0 commit comments