Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix: ready not emitted when bootstrap is set and bootrstrapOverride is false #200

Merged

Conversation

andreas-unleash
Copy link
Contributor

@andreas-unleash andreas-unleash commented Apr 24, 2024

Fixes a bug where the Ready event was not emitted when bootstrap is defined and bootstrap override is false

Closes #199

src/index.test.ts Show resolved Hide resolved
src/index.ts Outdated Show resolved Hide resolved
Copy link
Member

@sighphyre sighphyre left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@ivarconr ivarconr merged commit f4299a8 into main May 6, 2024
3 checks passed
@ivarconr ivarconr deleted the fix/ready_not_emitted_when_bootstrap_no_bootrstrap_override branch May 6, 2024 18:53
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.

The READY event is not triggered when the bootstrap is not empty and bootstrapOverride = false.
4 participants