C++: Include empty message for SuccessfulExtractions.ql.

This commit is contained in:
Cornelius Riemenschneider
2021-03-16 16:37:31 +01:00
parent 5e4e853ffb
commit 144dcf1b5e

View File

@@ -12,4 +12,4 @@ from File f
where
not exists(ExtractionError e | e.getFile() = f) and
exists(f.getRelativePath())
select f
select f, ""