vite-plugin-terminal icon indicating copy to clipboard operation
vite-plugin-terminal copied to clipboard

[ bug ] when the printed parameter has a percent sign , Uncaught URIError: URI malformed

Open n3taway opened this issue 2 years ago • 1 comments

[vite] Internal server error: URI malformed

version: 1.1.0

image

image

It seems like the coding method can't handle percent signs https://github.com/patak-dev/vite-plugin-terminal/blob/main/src/index.ts#L140C25-L140C25

n3taway avatar Jul 21 '23 11:07 n3taway

I have this same problem, how to solve it?

Andreoew avatar Oct 11 '23 14:10 Andreoew

Fixed by #25

patak-dev avatar Jan 10 '24 18:01 patak-dev