Skip to content
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

Fix errors when yeoman is printing messages #496

Merged
merged 4 commits into from
Oct 15, 2024
Merged

Conversation

dzikowski
Copy link
Contributor

It turned out that the used yeoman command this.log works only once. For two calls, only the content of the first one is working. To avoid errors related with that, all calls of this.log were changed to console.log. Plus, a test was added.

Closes #493

Signed-off-by: Jakub Dzikowski <[email protected]>
Signed-off-by: Jakub Dzikowski <[email protected]>
Signed-off-by: Jakub Dzikowski <[email protected]>
@dzikowski dzikowski merged commit 9713fec into main Oct 15, 2024
11 checks passed
@dzikowski dzikowski deleted the fix-yeoman-errors branch October 15, 2024 18:29
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.

Uninformative error message on invalid fablo-config.yaml
1 participant