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