Skip to content
This repository was archived by the owner on Aug 24, 2022. It is now read-only.

Commit 232d5cf

Browse files
authored
Merge pull request #187 from simonihmig/fix-console
Fix console using ui.writeLine
2 parents 5694af7 + 47f1d92 commit 232d5cf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ module.exports = {
3535
annotation: 'TemplateLinter',
3636
templatercPath: this.project.root + '/.template-lintrc',
3737
generateTestFile: this.project.generateTestFile,
38-
_console: mockConsole,
38+
console: mockConsole,
3939
project: this.project
4040
});
4141
}

0 commit comments

Comments
 (0)