mirror of
https://github.com/nasa/openmct.git
synced 2025-05-06 02:28:21 +00:00
parent
c7fd584b58
commit
a0fd1f0171
@ -221,7 +221,7 @@ export default class ObjectAPI {
|
|||||||
const provider = this.getProvider(identifier);
|
const provider = this.getProvider(identifier);
|
||||||
|
|
||||||
if (!provider) {
|
if (!provider) {
|
||||||
throw new Error(`No Provider Matched for keyString "${this.makeKeyString(identifier)}}"`);
|
throw new Error(`No Provider Matched for keyString "${this.makeKeyString(identifier)}"`);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!provider.get) {
|
if (!provider.get) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user