Skip to content

Commit bf20a15

Browse files
committed
Update Readme
1 parent 0a87725 commit bf20a15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ addressing a single deprecation at a time, and prevents backsliding
6060

6161
4. Run your test suite\* with `ember test --server`.
6262
5. Navigate to your tests (default: http://localhost:7357/)
63-
6. Run `deprecationWorkflow.flushDeprecations()` in your browsers console.
63+
6. Run `deprecationWorkflow.flushDeprecations()` in your browsers console. Or `flushDeprecations({ handler: 'log' })` if you want a different [handler](#handlers) than the default of `silence`.
6464
7. Copy the string output and overwrite the content of `app/deprecation-workflow.js`.
6565

6666
In Chrome, use right click → "Copy string contents" to avoid escape characters.

0 commit comments

Comments
 (0)