Add language to list of params

This commit is contained in:
Elena Tanasoiu
2023-04-11 13:56:00 +00:00
parent f4a8de0f6b
commit 460da1ea08

View File

@@ -138,6 +138,7 @@ export async function promptImportGithubDatabase(
* @param progress the progress callback
* @param token the cancellation token
* @param cli the CodeQL CLI server
* @param language the language to download. If undefined, the user will be prompted to choose a language.
**/
export async function downloadGitHubDatabase(
githubRepo: string,