hnakamur / FormatLink-Firefox

A Firefox web-extension to copy the URL and the title or the selected text to clipboard
https://addons.mozilla.org/ja/firefox/addon/format-link3/
MIT License
45 stars 8 forks source link

Avoid parse error when replacing to empty string #27

Closed mtmtcode closed 4 years ago

mtmtcode commented 5 years ago

Fix #26

parseString() may return blank string as valid parse result so it should be compared to null explicitly.

hnakamur commented 4 years ago

Thanks for your pull request! Sorry for being late.