@cj-tech-master/excelts 4.2.2-canary.20260115044841.88820eb → 4.2.3-canary.20260115111903.b80904d

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.
@@ -845,9 +845,6 @@ export class Readable extends EventEmitter {
845
845
  yield chunk;
846
846
  }
847
847
  }
848
- if (streamError) {
849
- throw streamError;
850
- }
851
848
  }
852
849
  finally {
853
850
  this.off("data", dataHandler);
@@ -890,9 +890,6 @@ class Readable extends event_emitter_1.EventEmitter {
890
890
  yield chunk;
891
891
  }
892
892
  }
893
- if (streamError) {
894
- throw streamError;
895
- }
896
893
  }
897
894
  finally {
898
895
  this.off("data", dataHandler);
@@ -845,9 +845,6 @@ export class Readable extends EventEmitter {
845
845
  yield chunk;
846
846
  }
847
847
  }
848
- if (streamError) {
849
- throw streamError;
850
- }
851
848
  }
852
849
  finally {
853
850
  this.off("data", dataHandler);
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * @cj-tech-master/excelts v4.2.2-canary.20260115044841.88820eb
2
+ * @cj-tech-master/excelts v4.2.3-canary.20260115111903.b80904d
3
3
  * TypeScript Excel Workbook Manager - Read and Write xlsx and csv Files.
4
4
  * (c) 2026 cjnoname
5
5
  * Released under the MIT License
@@ -3951,7 +3951,6 @@ var ExcelTS = (function(exports) {
3951
3951
  yield chunk;
3952
3952
  }
3953
3953
  }
3954
- if (streamError) throw streamError;
3955
3954
  } finally {
3956
3955
  this.off("data", dataHandler);
3957
3956
  this.off("end", endHandler);