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

Crash when running test-worker without AVA CLI #540

Closed
vadimdemedes opened this issue Feb 10, 2016 · 0 comments · Fixed by #548
Closed

Crash when running test-worker without AVA CLI #540

vadimdemedes opened this issue Feb 10, 2016 · 0 comments · Fixed by #548
Labels
bug current functionality does not work as desired good for beginner help wanted

Comments

@vadimdemedes
Copy link
Contributor

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.

@vadimdemedes vadimdemedes added bug current functionality does not work as desired help wanted good for beginner labels Feb 10, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug current functionality does not work as desired good for beginner help wanted
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant