Skip to content

Commit a683bb4

Browse files
authored
Hvam/branch0811 (#464)
1 parent 1f751fe commit a683bb4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/generate/validator.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ function analyzeFiles(json) {
7474
let result = {};
7575

7676
for (let repo of json) {
77+
console.log("Analyze " + repo);
7778
result[repo] = {};
7879
let cwd = workdir + repo;
7980
let dotabap = null;
@@ -171,6 +172,7 @@ function parse(result) {
171172
let files = listFiles(workdir + repo + result[repo].startingFolder, result[repo].ignoreFiles);
172173

173174
for (let file of files) {
175+
console.log(file.name);
174176
const buf = fs.readFileSync(file.path + file.name, "utf8");
175177
afiles.push(new abaplint.MemoryFile(file.name, buf));
176178
}

0 commit comments

Comments
 (0)