Skip to content

Commit 8e09640

Browse files
authored
Merge pull request #2071 from Atinux/patch-1
fix: replace console.print with console.log
2 parents 4a769f1 + 15d4324 commit 8e09640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/command/init.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ module.exports = function (initPath) {
124124
// append file mask to the end of tests
125125
if (!config.tests.match(/\*(.*?)$/)) {
126126
config.tests = `${config.tests.replace(/\/+$/, '')}/*_test.js`;
127-
console.print(`Adding default test mask: ${config.tests}`);
127+
console.log(`Adding default test mask: ${config.tests}`);
128128
}
129129

130130
if (result.translation !== noTranslation) config.translation = result.translation;

0 commit comments

Comments
 (0)