Skip to content

Commit

Permalink
Merge pull request #100 from marcin-ogon/main
Browse files Browse the repository at this point in the history
.objrefs problem with so -bf imd
  • Loading branch information
worksofliam authored Dec 20, 2024
2 parents 287e5a3 + 33cbeaa commit ca8bf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/builders/imd.ts
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ export class ImpactMarkdown {

this.targets.getResolvedObjects().forEach(ileObject => {

let logs = this.targets.logger.getLogsFor(ileObject.relativePath);
let logs = this.targets.logger.getLogsFor(ileObject.relativePath) || [];
let parents = this.targets.getTargets().filter(t => t.deps.some(d => d.systemName === ileObject.systemName && d.type === ileObject.type));
let children = this.targets.getTarget(ileObject)?.deps || [];

Expand Down

0 comments on commit ca8bf28

Please sign in to comment.