Skip to content

Commit

Permalink
More clarify on template language console output
Browse files Browse the repository at this point in the history
  • Loading branch information
zachleat committed Apr 7, 2021
1 parent bbc4616 commit b078b2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Template.js
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ class Template extends TemplateContent {
let engineList = this.templateRender.getReadableEnginesListDifferingFromFileExtension();
this.logger.log(
`${lang.start} ${outputPath} from ${this.inputPath}${
engineList ? ` (${engineList})` : ""
engineList ? ` (using ${engineList})` : ""
}`
);

Expand Down

0 comments on commit b078b2d

Please sign in to comment.