mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-08 17:19:48 +01:00
This commit is contained in:
@@ -90,7 +90,7 @@ export class NestedWorker extends EventTarget implements Worker {
|
||||
type: '_terminateWorker',
|
||||
id
|
||||
};
|
||||
channel.port1.postMessage(msg);
|
||||
nativePostMessage(msg);
|
||||
URL.revokeObjectURL(blobUrl);
|
||||
|
||||
channel.port1.close();
|
||||
|
||||
Reference in New Issue
Block a user