@datapos/datapos-tool-csv-parse 0.0.73 → 0.0.75

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.
@@ -3471,11 +3471,9 @@ async function Kn(t, e) {
3471
3471
  const y = x.length;
3472
3472
  a != null && (h += Math.abs(y - a)), a = y, f += y, g.push(x);
3473
3473
  }
3474
- }), c.on("error", (x) => {
3475
- console.log(7777, x), p();
3476
- }), c.on("end", () => {
3474
+ }), c.on("error", () => p()), c.on("end", () => {
3477
3475
  const x = f / l;
3478
- (!i || h <= i) && (!n || x > n) && (r = s, n = x, i = h, o = [...g]), p();
3476
+ console.log(1111, f, l, x), (!i || h <= i) && (!n || x > n) && (r = s, n = x, i = h, o = [...g]), p();
3479
3477
  }), c.write(t), c.end();
3480
3478
  } catch {
3481
3479
  p();
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.73",
3
+ "version": "0.0.75",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,