Remove leading slash from message names

This commit is contained in:
hensm
2021-04-24 04:16:20 +01:00
committed by Matt Hensman
parent e349ce5db7
commit d48efe4840
23 changed files with 207 additions and 192 deletions

View File

@@ -39,7 +39,7 @@ export default async function loadSender (opts: LoadSenderOptions) {
}
shim.contentPort.postMessage({
subject: "shim:/launchApp"
subject: "shim:launchApp"
, data: { receiver: opts.selection.receiver }
});