Skip to content

Commit dc2f0c2

Browse files
committed
Debug
1 parent 5767c8e commit dc2f0c2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/codeql.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ function getCodeQLForCmd(cmd: string): CodeQL {
206206
]);
207207
},
208208
finalizeDatabase: async function(databasePath: string) {
209+
core.debug("Finalizing " + databasePath);
209210
await exec.exec(cmd, [
210211
'database',
211212
'finalize',

0 commit comments

Comments
 (0)