We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 20d1740 + 8f4140f commit a86899eCopy full SHA for a86899e
1 file changed
script/i18n/lint-translation-files.js
100644
100755
@@ -53,10 +53,9 @@ function lintAndResetFiles(checkType) {
53
54
// Lint the files based on the check type and output the errors to a log file.
55
try {
56
- execSync(cmd[checkType])
+ execSync(cmd)
57
} catch (error) {
58
- console.log(`There were new ${checkType} errors!`)
59
- return
+ console.log(`There were new ${checkType} errors! Check ${log} for more details.`)
60
}
61
62
// Reset the files
0 commit comments