mirror of
https://github.com/nasa/openmct.git
synced 2025-06-06 09:21:43 +00:00
make missing object interceptor run first, so other interceptors dont get undefined objects
This commit is contained in:
parent
97ae8db9d1
commit
f98cabe13b
@ -38,6 +38,7 @@ export default function MissingObjectInterceptor(openmct) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return object;
|
return object;
|
||||||
}
|
},
|
||||||
|
priority: openmct.priority.HIGH + 1 // this should be the first interceptor to run
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user