1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-27 04:03:00 +02:00

adding more output

This commit is contained in:
Joseph Flinn 2021-05-12 15:38:21 -07:00
parent a88b229ff9
commit a9e33362e5

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