fix: pass root key to module
This commit is contained in:
parent
7093494227
commit
27830c1397
|
@ -268,6 +268,7 @@ function launchWorker(mod: Module): [Worker, Err] {
|
||||||
const moduleKey = deriveChildKey(activeKey, path);
|
const moduleKey = deriveChildKey(activeKey, path);
|
||||||
const msgData: presentKeyData = {
|
const msgData: presentKeyData = {
|
||||||
key: moduleKey,
|
key: moduleKey,
|
||||||
|
rootKey: activeKey,
|
||||||
};
|
};
|
||||||
const msg: moduleQuery = {
|
const msg: moduleQuery = {
|
||||||
method: "presentKey",
|
method: "presentKey",
|
||||||
|
|
Loading…
Reference in New Issue