@datapos/datapos-tool-csv-parse 0.0.60 → 0.0.61
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.
|
@@ -3418,11 +3418,11 @@ class Zn {
|
|
|
3418
3418
|
if (c) return;
|
|
3419
3419
|
i.signal.throwIfAborted();
|
|
3420
3420
|
const R = S.decode(w.value, { stream: !0 });
|
|
3421
|
-
R.length > 0 && u
|
|
3421
|
+
R.length > 0 && u.write(R), w = await l.read();
|
|
3422
3422
|
}
|
|
3423
3423
|
if (c) return;
|
|
3424
3424
|
const m = S.decode();
|
|
3425
|
-
m.length > 0 && u
|
|
3425
|
+
m.length > 0 && u.write(m), u.end();
|
|
3426
3426
|
})().catch((x) => C(x));
|
|
3427
3427
|
});
|
|
3428
3428
|
}
|