mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-19 14:49:48 +01:00
remove unnecessary return
This commit is contained in:
@@ -1043,7 +1043,6 @@ abstract class AbstractExtensionGalleryService implements IExtensionGalleryServi
|
||||
result.push({ version: version.version, date: version.lastUpdated, isPreReleaseVersion: isPreReleaseVersion(version) });
|
||||
}
|
||||
} catch (error) { /* Ignore error and skip version */ }
|
||||
return undefined;
|
||||
}));
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user