@lvce-editor/extension-host-worker 5.1.0 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2191,6 +2191,8 @@ const create$5 = async ({
|
|
|
2191
2191
|
type
|
|
2192
2192
|
}) => {
|
|
2193
2193
|
const port = await getPort();
|
|
2194
|
+
// TODO rpc module should start port
|
|
2195
|
+
port.start();
|
|
2194
2196
|
const rpc = await MessagePortRpcParent.create({
|
|
2195
2197
|
messagePort: port,
|
|
2196
2198
|
isMessagePortOpen: true,
|