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 43169db commit 2b15e2bCopy full SHA for 2b15e2b
deepl.sh
@@ -94,7 +94,7 @@ if [ -n "$KEY" ]; then
94
}))
95
96
return JSON.stringify({ items: translations }, null, 2)
97
- }' "$result"
+ }' "$result" || echo >&2 "ERROR: Input '$result'"
98
else
99
result=$(curl -s 'https://www2.deepl.com/jsonrpc' \
100
"${HEADER[@]}" \
@@ -110,7 +110,7 @@ else
110
111
112
113
114
fi
115
116
###############################################################################
0 commit comments