@lvce-editor/ipc 3.4.0 → 3.4.1
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.
- package/dist/index.js +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -533,7 +533,6 @@ const IpcChildWithNodeMessagePort = {
|
|
|
533
533
|
const Open = 1;
|
|
534
534
|
const Close = 2;
|
|
535
535
|
|
|
536
|
-
// @ts-ignore
|
|
537
536
|
const getFirstEvent = (eventEmitter, eventMap) => {
|
|
538
537
|
const {
|
|
539
538
|
resolve,
|
|
@@ -1000,9 +999,9 @@ const IpcParentWithNodeForkedProcess = {
|
|
|
1000
999
|
wrap: wrap$1
|
|
1001
1000
|
};
|
|
1002
1001
|
|
|
1003
|
-
// @ts-ignore
|
|
1004
1002
|
const getFirstNodeWorkerEvent = worker => {
|
|
1005
1003
|
return getFirstEvent(worker, {
|
|
1004
|
+
message: Message,
|
|
1006
1005
|
exit: Exit,
|
|
1007
1006
|
error: Error$1
|
|
1008
1007
|
});
|