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

Fix undefined values

Open FossPrime opened this issue 1 year ago • 0 comments

terminal.log('Hello ', undefined)

will crash the plugin with property toString() does not exist in undefined

FossPrime avatar Jul 20 '22 18:07 FossPrime