mirror of
https://github.com/github/codeql-action.git
synced 2026-01-01 12:10:20 +08:00
Add messy debug statements
This commit is contained in:
5
node_modules/github-linguist/dist/directory.js
generated
vendored
5
node_modules/github-linguist/dist/directory.js
generated
vendored
@@ -154,10 +154,13 @@ class LocDir {
|
||||
ignore: this.exclude,
|
||||
nodir: true
|
||||
});
|
||||
console.log(`Excluding: ${this.exclude}`);
|
||||
|
||||
const files = [];
|
||||
const info = { ...defaultInfo };
|
||||
let languages = {};
|
||||
await Promise.all(paths.map(async (pathItem) => {
|
||||
console.log(`Processing ${pathItem}`);
|
||||
const fullPath = slash2_1.default(path_1.default.join(this.cwd, pathItem));
|
||||
if (!pathItem ||
|
||||
this.ignoreLanguage(pathItem) ||
|
||||
@@ -205,4 +208,4 @@ function ensureArray(arr, dfault) {
|
||||
? arr
|
||||
: [arr];
|
||||
}
|
||||
//# sourceMappingURL=directory.js.map
|
||||
//# sourceMappingURL=directory.js.map
|
||||
|
||||
Reference in New Issue
Block a user