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 e57bb7f commit 9595805Copy full SHA for 9595805
share/cht.sh.txt
@@ -381,7 +381,7 @@ cmd_stealth() {
381
current_text="$(echo $current | tr -c '[a-zA-Z0-9]' ' ')"
382
if [ $(echo $current_text | wc -w) -gt "$STEALTH_MAX_SELECTION_LENGTH" ]; then
383
echo "\033[0;31mstealth:\033[0m selection length is longer than $STEALTH_MAX_SELECTION_LENGTH words; ignoring"
384
- return
+ continue
385
else
386
printf "\n\033[0;31mstealth: \033[7m $current_text\033[0m\n"
387
query=$(prepare_query "$section" "$current_text" "$arguments")
0 commit comments