Skip to content

Commit

Permalink
fix: add missing console.log call
Browse files Browse the repository at this point in the history
  • Loading branch information
adrians5j committed Jun 7, 2024
1 parent d8fe238 commit 2341fe5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/cwp-template-aws/cli/info/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,8 @@ module.exports = {
console.log();
}
} else {
await getInfo(env, context);
console.log(await getInfo(env, context));
console.log();
}

context.info(
Expand Down

0 comments on commit 2341fe5

Please sign in to comment.