Skip to content

Commit

Permalink
fixup! Log when skipping gen-hie
Browse files Browse the repository at this point in the history
  • Loading branch information
pbrisbin committed Jan 16, 2025
1 parent 61fc9a7 commit 4c9924d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/hie.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export class GenHIE {

if (!this.installed) {
core.info(`Skipping, implicit-hie was not successfully installed`);
return;
}

const yaml = await this.stack.read(["exec", "--", "gen-hie", "--stack"]);
Expand Down

0 comments on commit 4c9924d

Please sign in to comment.