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 msgData: presentKeyData = {
|
||||
key: moduleKey,
|
||||
rootKey: activeKey,
|
||||
};
|
||||
const msg: moduleQuery = {
|
||||
method: "presentKey",
|
||||
|
|
Loading…
Reference in New Issue