mirror of
https://github.com/nasa/openmct.git
synced 2025-03-21 11:35:59 +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;
|
||||
}
|
||||
},
|
||||
priority: openmct.priority.HIGH + 1 // this should be the first interceptor to run
|
||||
});
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user