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

Logger not outputting errors correctly #198

Closed
oliverfoster opened this issue Oct 4, 2023 · 1 comment · Fixed by #199
Closed

Logger not outputting errors correctly #198

oliverfoster opened this issue Oct 4, 2023 · 1 comment · Fixed by #199
Assignees

Comments

@oliverfoster
Copy link
Member

oliverfoster commented Oct 4, 2023

Subject of the issue

adapt-cli/lib/logger.js

Lines 11 to 16 in c0777a7

warn (...args) {
chalk.yellow(...args)
},
error (...args) {
chalk.red(...args)
},

They never write out to the console, only do the colour wrapping.

@oliverfoster oliverfoster self-assigned this Oct 4, 2023
@oliverfoster oliverfoster moved this from New to Needs Reviewing in adapt_framework: The TODO Board Oct 4, 2023
@github-project-automation github-project-automation bot moved this from Needs Reviewing to Recently Released in adapt_framework: The TODO Board Oct 9, 2023
github-actions bot pushed a commit that referenced this issue Oct 9, 2023
## [3.1.3](v3.1.2...v3.1.3) (2023-10-09)

### Fix

* Logger error and warn output (fixes #198) (#199) ([cbf473e](cbf473e)), closes [#198](#198) [#199](#199)
@github-actions
Copy link

github-actions bot commented Oct 9, 2023

🎉 This issue has been resolved in version 3.1.3 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant