Skip to content

Commit ab4858c

Browse files
committed
sandbox - fix layer breaker
1 parent cb887d7 commit ab4858c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vs/base/parts/ipc/node/ipc.mp.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
* Licensed under the MIT License. See License.txt in the project root for license information.
44
*--------------------------------------------------------------------------------------------*/
55

6-
import { MessagePortMain, isUtilityProcess } from 'vs/base/parts/sandbox/node/electronTypes';
6+
import { MessagePortMain, isUtilityProcess, MessageEvent } from 'vs/base/parts/sandbox/node/electronTypes';
77
import { VSBuffer } from 'vs/base/common/buffer';
88
import { ClientConnectionEvent, IMessagePassingProtocol, IPCServer } from 'vs/base/parts/ipc/common/ipc';
99
import { Emitter, Event } from 'vs/base/common/event';

0 commit comments

Comments
 (0)