joshbolduc / vscode-story-explorer

Browse and preview Storybook stories inside VS Code
MIT License
29 stars 1 forks source link

fix: don't hang when config fails to evaluate #1027

Closed joshbolduc closed 1 year ago

joshbolduc commented 1 year ago

If an error is encountered evaluating a config file, the helper process will exit without sending any messages. In this case, proceed as if the config was undefined rather than waiting indefinitely.