@lvce-editor/rpc-registry 9.15.0 → 9.16.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.
|
@@ -87,7 +87,7 @@ export const sendMessagePortToMainAreaWorker = async (port, rpcId) => {
|
|
|
87
87
|
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToMainAreaWorker', port, command, rpcId);
|
|
88
88
|
};
|
|
89
89
|
export const sendMessagePortToTerminalProcess = async (port, rpcId) => {
|
|
90
|
-
const command = '
|
|
90
|
+
const command = 'HandleMessagePortForTerminalProcess.handleMessagePortForTerminalProcess';
|
|
91
91
|
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToTerminalProcess', port, command, rpcId);
|
|
92
92
|
};
|
|
93
93
|
export const sendMessagePortToTextSearchWorker = async (port, rpcId) => {
|