mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
replace void 0 with undefined
This commit is contained in:
@@ -311,7 +311,7 @@ export class ExtHostWebviews implements ExtHostWebviewsShape {
|
||||
panel.dispose();
|
||||
this._webviewPanels.delete(handle);
|
||||
}
|
||||
return Promise.resolve(void 0);
|
||||
return Promise.resolve(undefined);
|
||||
}
|
||||
|
||||
$deserializeWebviewPanel(
|
||||
|
||||
Reference in New Issue
Block a user