Skip to content

fix pristine command #63

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

fix pristine command #63

wants to merge 1 commit into from

Conversation

brandongit2
Copy link
Contributor

yarn pristine was giving me the following error:

Screen Shot 2021-07-04 at 4 34 49 PM

This is due to the fact that getConfig throws an error when it can't find the variable. Yet, we're using getConfig to test if a variable exists, for some reason.

Fixed it by try/catching it and swallowing the error.

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.

1 participant