Add --finalize-dataset to database finalize call

This commit is contained in:
Edoardo Pirovano 2021-06-09 15:00:42 +01:00 committed by Edoardo Pirovano
parent 06df98a513
commit babcc1b793
3 changed files with 3 additions and 1 deletions

1
lib/codeql.js generated
View file

@ -417,6 +417,7 @@ function getCodeQLForCmd(cmd) {
await toolrunner_error_catcher_1.toolrunnerErrorCatcher(cmd, [
"database",
"finalize",
"--finalize-dataset",
threadsFlag,
...getExtraOptionsFromEnv(["database", "finalize"]),
databasePath,

File diff suppressed because one or more lines are too long

View file

@ -665,6 +665,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
[
"database",
"finalize",
"--finalize-dataset",
threadsFlag,
...getExtraOptionsFromEnv(["database", "finalize"]),
databasePath,