Skip to content

Commit

Permalink
🐛 Fix: cases when clipboard of wsl contain image file (#91)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffersonQin authored Jul 27, 2021
1 parent caae80e commit adfc55e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/clipboard/wsl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ noImage=$(echo "no image\r")
if [ "$res" = "$noImage" ] ;then
echo "no image"
else
echo $1
echo $(wslpath -u $res)
fi

0 comments on commit adfc55e

Please sign in to comment.