david-risney / WebView2Utilities

WebView2Utilities helps you develop and debug Microsoft Edge WebView2 apps.
https://david-risney.github.io/WebView2Utilities/
MIT License
27 stars 7 forks source link

User Data Path truncation #30

Closed mikeduglas closed 2 years ago

mikeduglas commented 2 years ago

Host Apps tab: User Data Path is truncated after first spacebar. For example, my user data path "c:\Users\Mike Duglas\AppData\Roaming\MikeDuglas\" becomes "c:\Users\Mike".

david-risney commented 2 years ago

Yeah that's from the bad code I have for parsing the command line. I should probably find a library to do that for me instead.

david-risney commented 2 years ago

Thanks for this bug report by the way!