Skip to content

Commit c953ca1

Browse files
committed
Debugging
1 parent 33f25b3 commit c953ca1

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

componentDetection.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@ export default class ComponentDetection {
6666

6767
var json: any = JSON.parse(results);
6868
json.componentsFound.forEach(async (component: any) => {
69+
core.debug(component.name);
6970
const packageUrl = ComponentDetection.makePackageUrl(component.component.packageUrl);
7071

7172
if (!packageCache.hasPackage(packageUrl)) {

dist/index.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)