Export existing language prompt
We plan to ask the user to choose a language, before attempting to download a corresponding database for them. The functionality already exists, so let's re-use it.
This commit is contained in:
@@ -521,7 +521,7 @@ export async function convertGithubNwoToDatabaseUrl(
|
||||
}
|
||||
}
|
||||
|
||||
async function promptForLanguage(
|
||||
export async function promptForLanguage(
|
||||
languages: string[],
|
||||
progress: ProgressCallback,
|
||||
): Promise<string | undefined> {
|
||||
|
||||
Reference in New Issue
Block a user