Skip to content

fix: re-throw error on write to errored pushable#157

Merged
achingbrain merged 1 commit intomainfrom
fix/re-throw-error-on-write
Mar 19, 2025
Merged

fix: re-throw error on write to errored pushable#157
achingbrain merged 1 commit intomainfrom
fix/re-throw-error-on-write

Conversation

@achingbrain
Copy link
Copy Markdown
Owner

To make errors more transparent, when a pushable is ended due to
an error, re-throw that error when we try to interact with it again.

Base automatically changed from fix/remove-abort-options-exports to main March 19, 2025 09:55
To make errors more transparent, when a pushable is ended due to
an error, re-throw that error when we try to interact with it again.
@achingbrain achingbrain force-pushed the fix/re-throw-error-on-write branch from bc679f6 to fcb6ab1 Compare March 19, 2025 09:56
@achingbrain achingbrain merged commit be2275e into main Mar 19, 2025
3 checks passed
@achingbrain achingbrain deleted the fix/re-throw-error-on-write branch March 19, 2025 09:57
@codecov
Copy link
Copy Markdown

codecov Bot commented Mar 19, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.88%. Comparing base (34b18fb) to head (fcb6ab1).
Report is 3 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #157      +/-   ##
==========================================
+ Coverage   96.82%   96.88%   +0.05%     
==========================================
  Files         107      107              
  Lines        9711     9761      +50     
  Branches     1467     1474       +7     
==========================================
+ Hits         9403     9457      +54     
+ Misses        308      304       -4     
Flag Coverage Δ
chrome 97.34% <100.00%> (+0.12%) ⬆️
node 96.84% <100.00%> (+0.10%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-queueless-pushable-v2.0.0](it-queueless-pushable-1.0.2...it-queueless-pushable-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Bug Fixes

* re-throw error on write ([#157](#157)) ([be2275e](be2275e))
* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-queueless-pushable-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

github-actions Bot pushed a commit that referenced this pull request Mar 19, 2025
## [it-ndjson-stream-v2.0.0](it-ndjson-stream-1.0.1...it-ndjson-stream-2.0.0) (2025-03-19)

### ⚠ BREAKING CHANGES

* the `AbortOptions` interface is no longer exported, use the one from `abort-error` instead

### Bug Fixes

* re-throw error on write ([#157](#157)) ([be2275e](be2275e))
* remove AbortOptions exports ([#156](#156)) ([34b18fb](34b18fb))
@github-actions
Copy link
Copy Markdown

🎉 This PR is included in version it-ndjson-stream-v2.0.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant