Skip to content

Commit 0b162f8

Browse files
committed
Debugging
1 parent c953ca1 commit 0b162f8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

componentDetection.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@ export default class ComponentDetection {
6666

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

7271
if (!packageCache.hasPackage(packageUrl)) {
72+
core.debug(component.component.id);
7373
const pkg = new ComponentDetectionPackage(packageUrl, component.component.id,
7474
component.isDevelopmentDependency,component.topLevelReferrers,component.locationsFoundAt, component.containerDetailIds, component.containerLayerIds);
7575
packageCache.addPackage(pkg);

dist/index.js

Lines changed: 1 addition & 1 deletion
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)