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
{{ message }}
This repository was archived by the owner on Jan 31, 2020. It is now read-only.
Ensure injectTranslator returns early if no parent container found
Adds a test for a condition reported by @webimpress, detailing expected
behavior if the plugin manager does not have a parent locator when
`injectTranslator()` is called (should return null, not error), and adds
a conditional into `injectTranslator()` to return early if no container
is available.
0 commit comments