Skip to content

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

@simonihmig

Description

@simonihmig

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions