Skip to content

Commit ea229d1

Browse files
committed
Add requested comment to extractor.js responsFiles
1 parent 54938b6 commit ea229d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extractors/cds/tools/index-files.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ if (!existsSync(responseFile)) {
2121
process.exit(0);
2222
}
2323

24+
// Read the response file and split it into lines, removing (filter(Boolean)) empty lines.
2425
const responseFiles = readFileSync(responseFile, 'utf-8').split('\n').filter(Boolean);
2526
// If the response file is empty, terminate.
2627
if (statSync(responseFile).size === 0 || !responseFiles) {

0 commit comments

Comments
 (0)