pilotmoon / PopClip-Extensions

Source code for extensions in the official PopClip Extensions directory.
https://www.popclip.app/extensions/
MIT License
1.92k stars 442 forks source link

PopClip crashes when Extension Snippet has no name and ends with a space. #1179

Closed dofy closed 2 years ago

dofy commented 2 years ago

I found this bug that when I try extension snippet which include multi-language

# popclip (crash)
name: 
  en: test
icon: T
javascript: popclip.showText('Hi~')
# popclip (ok)
name: test
icon: T
javascript: popclip.showText('Hi~')
pilotmoon commented 2 years ago

Thanks for reporting. I confirm I can reproduce it.

pilotmoon commented 2 years ago

Fixed in PopClip Build 3835