@lvce-editor/rpc-registry 4.8.0 → 4.9.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.
|
@@ -189,7 +189,7 @@ export const sendMessagePortToTextMeasurementWorker = async (port) => {
|
|
|
189
189
|
export const sendMessagePortToSourceControlWorker = async (port) => {
|
|
190
190
|
const command = 'SourceControl.handleMessagePort';
|
|
191
191
|
// @ts-ignore
|
|
192
|
-
await invokeAndTransfer('
|
|
192
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToSourceControlWorker', port, command, 0);
|
|
193
193
|
};
|
|
194
194
|
export const getPreference = async (key) => {
|
|
195
195
|
return await invoke('Preferences.get', key);
|