We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e4e853 commit 144dcf1Copy full SHA for 144dcf1
cpp/ql/src/Diagnostics/SuccessfulExtractions.ql
@@ -12,4 +12,4 @@ from File f
12
where
13
not exists(ExtractionError e | e.getFile() = f) and
14
exists(f.getRelativePath())
15
-select f
+select f, ""
0 commit comments