Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed May 14, 2024
1 parent dbf9633 commit 7545b5c
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -572,8 +572,10 @@ export class InputDataService {
cfg.extensions.some(ext => glob.endsWith(ext)),
);
}
console.debug('cwd:', startPath);

Check warning on line 575 in packages-node/providence-analytics/src/program/core/InputDataService.js

View workflow job for this annotation

GitHub Actions / Verify changes

Unexpected console statement
console.debug('Found files raw:', filteredGlobRes);

Check warning on line 576 in packages-node/providence-analytics/src/program/core/InputDataService.js

View workflow job for this annotation

GitHub Actions / Verify changes

Unexpected console statement

console.debug('Found files:', filteredGlobRes.map(toPosixPath));
console.debug('Found files toPosix:', filteredGlobRes.map(toPosixPath));

Check warning on line 578 in packages-node/providence-analytics/src/program/core/InputDataService.js

View workflow job for this annotation

GitHub Actions / Verify changes

Unexpected console statement

if (!filteredGlobRes?.length) {
LogService.warn(`No files found for path '${startPath}'`);
Expand Down

0 comments on commit 7545b5c

Please sign in to comment.