Skip to content

Commit

Permalink
Moar debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
badeball committed Sep 19, 2024
1 parent e251852 commit 5a11241
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lib/template.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,12 +70,12 @@ export async function compile(

const pickles = envelopes.map((envelope) => envelope.pickle).filter(notNull);

const specs = getSpecs(configuration);

debug(`resolved specs ${inspect(specs)}`);

const implicitIntegrationFolder = assertAndReturn(
ancestor(
...getSpecs(configuration as any)
.map(path.dirname)
.map(path.normalize),
),
ancestor(...specs.map(path.dirname).map(path.normalize)),
"Expected to find a common ancestor path",
);

Expand Down

0 comments on commit 5a11241

Please sign in to comment.