mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-14 12:11:43 +01:00
replace void 0 with undefined
This commit is contained in:
@@ -58,7 +58,7 @@ export function getIdAndVersion(id: string): [string, string | undefined] {
|
||||
if (matches && matches[1]) {
|
||||
return [adoptToGalleryExtensionId(matches[1]), matches[2]];
|
||||
}
|
||||
return [adoptToGalleryExtensionId(id), void 0];
|
||||
return [adoptToGalleryExtensionId(id), undefined];
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user