Skip to content

fix: correct shutdown listener typing that broke the build#595

Merged
merencia merged 1 commit into
mainfrom
fix/shutdown-build
Jul 2, 2026
Merged

fix: correct shutdown listener typing that broke the build#595
merencia merged 1 commit into
mainfrom
fix/shutdown-build

Conversation

@merencia

@merencia merencia commented Jul 2, 2026

Copy link
Copy Markdown
Member

The shutdown commit passed resolve directly as an execution:finished/execution:failed listener, but TaskContext is not assignable to void | PromiseLike<void>, which broke npm run build (TS2345, and Rollup wipes dist/ before failing). Wrap it in () => resolve(). The build passes again.

@merencia
merencia merged commit 7aac3ad into main Jul 2, 2026
8 checks passed
@merencia
merencia deleted the fix/shutdown-build branch July 2, 2026 13:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant