@datapos/datapos-tool-csv-parse 0.0.35 → 0.0.36

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.
@@ -3394,7 +3394,7 @@ class Gn {
3394
3394
  if (console.log(2222), f == null || u == null) return;
3395
3395
  let m;
3396
3396
  for (; (m = f.read()) != null; ) {
3397
- if (h) return;
3397
+ if (console.log(9999), h) return;
3398
3398
  i.signal.throwIfAborted(), u.push(m);
3399
3399
  }
3400
3400
  } catch (m) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@datapos/datapos-tool-csv-parse",
3
- "version": "0.0.35",
3
+ "version": "0.0.36",
4
4
  "description": "",
5
5
  "license": "MIT",
6
6
  "private": false,