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

Warnings don't use ember-cli's ui #35

Open
simonihmig opened this issue Jul 6, 2017 · 0 comments
Open

Warnings don't use ember-cli's ui #35

simonihmig opened this issue Jul 6, 2017 · 0 comments

Comments

@simonihmig
Copy link
Contributor

The warning here (

this._warn('Warning: ignoring input sourcemap for ' + filename + ' because ' + err.message);
) breaks my xunit test report (invalid XML), when used as ember t --silent -r xunit. This is because it uses console.log directly instead of ember-cli's ui.writeLine, thus ignoring the --silent flag.

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

No branches or pull requests

1 participant