Skip to content

Commit 8db5404

Browse files
committed
update deprecation-workflow for runloop deprecation
1 parent 153feb2 commit 8db5404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/deprecation-workflow.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ setupDeprecationWorkflow({
88
{ handler: 'silence', matchId: 'this-property-fallback' },
99
{ handler: 'silence', matchId: 'ember-component.is-visible' },
1010
{
11-
handler: 'silence',
11+
handler: 'throw',
1212
matchId: 'deprecated-run-loop-and-computed-dot-access',
1313
},
1414
],

0 commit comments

Comments
 (0)