@datapos/datapos-tool-csv-parse 0.0.15 → 0.0.17
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.
|
@@ -3386,7 +3386,7 @@ class Gn {
|
|
|
3386
3386
|
h || (h = !0, u?.cancel(), l?.flush(), g && f?.destroy(p), o(p));
|
|
3387
3387
|
};
|
|
3388
3388
|
try {
|
|
3389
|
-
f = ut(e), l = this.constructRowBuffer({ chunk: r.chunk, chunkSize: r.chunkSize ?? Qn }), f.on("readable", () => {
|
|
3389
|
+
console.log(2222), f = ut(e), l = this.constructRowBuffer({ chunk: r.chunk, chunkSize: r.chunkSize ?? Qn }), f.on("readable", () => {
|
|
3390
3390
|
try {
|
|
3391
3391
|
if (f == null || l == null) return;
|
|
3392
3392
|
let x;
|
|
@@ -3405,9 +3405,9 @@ class Gn {
|
|
|
3405
3405
|
let g = await u.read();
|
|
3406
3406
|
for (; !g.done; )
|
|
3407
3407
|
i.throwIfAborted(), await this.writeToParser(f, g.value), g = await u.read();
|
|
3408
|
-
f.end();
|
|
3408
|
+
console.log(7777), f.end();
|
|
3409
3409
|
} catch (p) {
|
|
3410
|
-
c(p, !0);
|
|
3410
|
+
console.log(8888, p), c(p, !0);
|
|
3411
3411
|
}
|
|
3412
3412
|
}
|
|
3413
3413
|
/** Parse string. */
|