vite-plugin-terminal
vite-plugin-terminal copied to clipboard
fix: add encodeURI to decodeURI param
"decodeURI" method can't handle some special characters like '%', resulting in a "URI malformed" error.
This is fixes #23.
Thanks for the PR, and sorry for the delay! Pushed a commit to directly remove the decoding. I'll release soon.