mirror of
https://github.com/github/codeql.git
synced 2026-05-02 04:05:14 +02:00
C++: Include empty message for SuccessfulExtractions.ql.
This commit is contained in:
@@ -12,4 +12,4 @@ from File f
|
||||
where
|
||||
not exists(ExtractionError e | e.getFile() = f) and
|
||||
exists(f.getRelativePath())
|
||||
select f
|
||||
select f, ""
|
||||
|
||||
Reference in New Issue
Block a user