Skip to content

Commit 9e5081a

Browse files
committed
fix: word not found should not lead to setting page
1 parent d929637 commit 9e5081a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sources/anki.popclipext/anki.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ look_up()
6363

6464
if [[ -z "$definition" ]]; then
6565
echo "Word Not Found"
66-
exit 2
66+
exit 1
6767
else
6868
echo $definition
6969
fi

0 commit comments

Comments
 (0)