adding more output

This commit is contained in:
Joseph Flinn 2021-05-12 15:38:21 -07:00
parent a88b229ff9
commit a9e33362e5
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ jobs:
do
test_string=$(cat src/_locales/$file/messages.json | jq .extName.message | tr -d '"')
if [[ ${#test_string} -gt 40 ]]; then
echo $file: ${#test_string}
echo $file: -- ${#test_string} -- $test_string
errors=1
fi
done