We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c2ec4 commit be86554Copy full SHA for be86554
bin/check.js
@@ -98,7 +98,7 @@ async function getUsedStrings (translatedStrings) {
98
99
function logStrings (strings, message) {
100
if (!strings.length) {
101
- return console.log(`✓ No ${message}`);
+ return console.log(`✓ No ${message}`)
102
}
103
underline(`Found ${strings.length} ${message}`)
104
console.log(`${strings.map(s => `\n- ${s}`).join('')}`)
0 commit comments