mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
replace void 0 with undefined
This commit is contained in:
@@ -338,7 +338,7 @@ function getPackageInfo(context: ExtensionContext): IPackageInfo | undefined {
|
||||
aiKey: extensionPackage.aiKey
|
||||
};
|
||||
}
|
||||
return void 0;
|
||||
return undefined;
|
||||
}
|
||||
|
||||
function readJSONFile(location: string) {
|
||||
|
||||
Reference in New Issue
Block a user