You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
The warning here (
fast-sourcemap-concat/lib/source-map.js
Line 220 in 3980bc2
ember t --silent -r xunit
. This is because it usesconsole.log
directly instead of ember-cli'sui.writeLine
, thus ignoring the--silent
flag.The text was updated successfully, but these errors were encountered: