mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
JS: Bugfix in tsconfig file inclusion handling
This commit is contained in:
@@ -21,7 +21,7 @@ public class ParsedProject {
|
||||
|
||||
/** Absolute paths to the files included in this project. */
|
||||
public Set<File> getOwnFiles() {
|
||||
return allFiles;
|
||||
return ownFiles;
|
||||
}
|
||||
|
||||
/** Absolute paths to the files included in or referenced by this project. */
|
||||
|
||||
Reference in New Issue
Block a user