We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Stack trace:
ava/index.js:26 log.write(); ^ TypeError: log.write is not a function at Object.<anonymous> (ava/index.js:26:6)
Caused by out-dated code: https://github.com/sindresorhus/ava/blob/master/index.js#L26-L27. Should be updated to use console.error with chalk, because Logger was adapted for reporting tests.
console.error
chalk
Logger
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Stack trace:
Caused by out-dated code: https://github.com/sindresorhus/ava/blob/master/index.js#L26-L27.
Should be updated to use
console.error
withchalk
, becauseLogger
was adapted for reporting tests.The text was updated successfully, but these errors were encountered: