@datapos/datapos-tool-csv-parse 0.0.33 → 0.0.34
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -3409,8 +3409,8 @@ class Gn {
|
|
|
3409
3409
|
u = p.body.pipeThrough(new TextDecoderStream(r.encodingId)).getReader();
|
|
3410
3410
|
let I = await u.read();
|
|
3411
3411
|
for (; !I.done; ) {
|
|
3412
|
-
if (console.log(1111), h) return;
|
|
3413
|
-
i.signal.throwIfAborted(), await this.writeToParser(f, I.value), I = await u.read();
|
|
3412
|
+
if (console.log(1111.1), h) return;
|
|
3413
|
+
console.log(1111.2), i.signal.throwIfAborted(), await this.writeToParser(f, I.value), I = await u.read();
|
|
3414
3414
|
}
|
|
3415
3415
|
f.end();
|
|
3416
3416
|
})().catch((p) => c(p));
|