workspace-starter
workspace-starter copied to clipboard
fix: use `allSettled` instead of `all` such that `fireLifecycleEvent` doesn't throw
If any of the lifecycle event listeners throw, this will cause fireLifecyleEvent
to throw. This is undesirable.