We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eca7d0 commit c16e7ccCopy full SHA for c16e7cc
script/create-release-vdf.sh
@@ -29,6 +29,8 @@ if [ -f "$3" ]; then
29
# escape backslashes -e 's/\\/\\\\/g'
30
# escape double-quotes -e 's/"/\\"/g'
31
# escape newlines -e 's/\n/\\n/g'
32
+ echo ">>> DEBUG: first 200 chars of desc:" >&2
33
+ printf '%s' "$description" | cut -c1-200 >&2
34
else
35
printf 'Missing Steam description'
36
printf '\n'
0 commit comments