Commit 05b6cb3
committed
chore: Update obsolete property name in error message
The `INVALID_CONTROLLER_ERROR` error message incorrectly referenced the
property name `messagingSystem`, which is no longer used in the next version of
the `BaseController` class (which the `ComposableController` switched to in
the PR `#6710).
The error message was updated to no mention the messenger instance variable at
all, since the check that triggered the error doesn't look for it anyway.1 parent a607066 commit 05b6cb3
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments