@lvce-editor/file-system-worker 1.1.0 → 1.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.
|
@@ -1114,8 +1114,8 @@ const {
|
|
|
1114
1114
|
const FileSystemWorker = 209;
|
|
1115
1115
|
|
|
1116
1116
|
const sendMessagePortToFileSystemProcess = async port => {
|
|
1117
|
-
const command = '
|
|
1118
|
-
await invokeAndTransfer('
|
|
1117
|
+
const command = 'HandleMessagePortForFileSystemProcess.handleMessagePortForFileSystemProcess';
|
|
1118
|
+
await invokeAndTransfer('SendMessagePortToExtensionHostWorker.sendMessagePortToSharedProcess', port, command, FileSystemWorker);
|
|
1119
1119
|
};
|
|
1120
1120
|
|
|
1121
1121
|
const createFileSystemProcessRpcElectron = async () => {
|