-
Notifications
You must be signed in to change notification settings - Fork 43
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
flushDeprecations output no longer formatted #103
Comments
Switching to a As a workaround, in the console:
|
@mixonic is this an acceptable fix? |
@elwayman02 is a fix needed? You can |
Well, prior to recent changes in behavior at the browser level, it printed with the correct formatting automatically. I always felt that one of the benefits of how this addon worked was that you could copy-paste the output of |
Fixes ember-cli#103 by documented the suggested command in the README. This will improve the user experience for developers.
The output of
flushDeprecations()
no longer formats in a way that can be copied and pasted into the config file. We now get the raw string, which indicates this is likely a behavior change in Chrome DevTools/console.Example:
The text was updated successfully, but these errors were encountered: