Fixing bug

This commit is contained in:
K35
2022-01-01 01:25:11 +00:00
parent d64518627d
commit 3f97e5faf0
4 changed files with 5 additions and 1 deletions

View File

@ -7789,6 +7789,7 @@ function processFile(ctx, file) {
log2("Skipping file %s since it has already be processed", file);
return null;
}
ctx.processedFiles.add(file);
log2("Processing file %s", file);
const content = getFile(file);
if (!content)