Skip to content

Commit

Permalink
- Bundle displayName now showing up on the reports
Browse files Browse the repository at this point in the history
  • Loading branch information
lmajano committed Sep 9, 2024
1 parent b53f9a1 commit c67720d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added

- Bundle `displayName` now showing up on the reports
- Updated the `run` command with tons of docs
- Mutually exclusive options for `run` command which never existed before for `bundles` and `directory`

Expand Down
2 changes: 1 addition & 1 deletion models/CLIRenderer.cfc
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ component {
arguments.print
.line()
.line(
"#getIndicator( thisStatus )##thisBundle.path# (#thisBundle.totalDuration# ms)",
"#getIndicator( thisStatus )##thisBundle.name# (#thisBundle.totalDuration# ms)",
thisColor
)
.line(
Expand Down

0 comments on commit c67720d

Please sign in to comment.