Skip to content

Commit c16e7cc

Browse files
committed
add debug
1 parent 7eca7d0 commit c16e7cc

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

script/create-release-vdf.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ if [ -f "$3" ]; then
2929
# escape backslashes -e 's/\\/\\\\/g'
3030
# escape double-quotes -e 's/"/\\"/g'
3131
# escape newlines -e 's/\n/\\n/g'
32+
echo ">>> DEBUG: first 200 chars of desc:" >&2
33+
printf '%s' "$description" | cut -c1-200 >&2
3234
else
3335
printf 'Missing Steam description'
3436
printf '\n'

0 commit comments

Comments
 (0)