Skip to content

Commit

Permalink
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/codeql.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/codeql.js.map
2 changes: 1 addition & 1 deletion src/codeql.ts
@@ -802,7 +802,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
): Promise<void> {
const args = [
"database",
"cleanup",
"bundle",
databasePath,
`--output=${outputFilePath}`,
];

0 comments on commit 4294711

Please sign in to comment.