mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
Update javascript/extractor/src/com/semmle/js/extractor/FileExtractor.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
@@ -552,7 +552,7 @@ public class FileExtractor {
|
||||
if (loc.getSkipReason() != null) {
|
||||
System.err.println("Skipping file " + extractedFile + ": " + loc.getSkipReason());
|
||||
System.err.flush();
|
||||
} else{
|
||||
} else {
|
||||
int numLines = textualExtractor.isSnippet() ? 0 : textualExtractor.getNumLines();
|
||||
int linesOfCode = loc.getLinesOfCode(), linesOfComments = loc.getLinesOfComments();
|
||||
trapwriter.addTuple("numlines", fileLabel, numLines, linesOfCode, linesOfComments);
|
||||
|
||||
Reference in New Issue
Block a user