workspace-starter icon indicating copy to clipboard operation
workspace-starter copied to clipboard

fix: use `allSettled` instead of `all` such that `fireLifecycleEvent` doesn't throw

Open camc314 opened this issue 1 year ago • 0 comments

If any of the lifecycle event listeners throw, this will cause fireLifecyleEvent to throw. This is undesirable.

camc314 avatar Feb 12 '24 09:02 camc314