Skip to content

fix: dynamic debug configs sometimes having the wrong type #1382

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

Merged
merged 1 commit into from
Oct 3, 2022

Conversation

connor4312
Copy link
Member

I added logic to rename the dynamic type to the "preferred" type (such as from pwa-node to node), but didn't take into account that sometimes the config providers return a different type to their main type. For npm scripts, for example, they return a node-terminal type instead of pwa-node. Changing the type to node resulted in broken configs.

I added logic to rename the dynamic type to the "preferred" type (such
as from pwa-node to node), but didn't take into account that sometimes
the config providers return a different type to their main type. For
npm scripts, for example, they return a `node-terminal` type instead of
`pwa-node`. Changing the type to `node` resulted in broken configs.
@connor4312 connor4312 merged commit 25abe82 into main Oct 3, 2022
@connor4312 connor4312 deleted the fix/config-provider-types branch October 3, 2022 17:30
connor4312 added a commit that referenced this pull request Oct 3, 2022
fix: dynamic debug configs sometimes having the wrong type
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.

3 participants