mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-13 01:04:23 +01:00
Fix hygiene
This commit is contained in:
@@ -124,7 +124,7 @@ export class MainThreadNotebookKernels implements MainThreadNotebookKernelsShape
|
||||
this._disposables.add(toDisposable(() => {
|
||||
// EH shut down, complete all executions started by this EH
|
||||
this._executions.forEach(e => {
|
||||
e.complete({ });
|
||||
e.complete({});
|
||||
});
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user