U-C-S / Hurl

Choose the browser on the click of a link
MIT License
252 stars 8 forks source link

Hurl running in bg even after throwing error #97

Closed mannfuri closed 3 months ago

mannfuri commented 4 months ago

When my UserSetting.json file is not in a valid JSON format, running hurl.exe does produce an error, but the hurl.exe program does not terminate. I have to manually kill the hurl.exe process and fix the json file before I can start hurl.exe again. Is it possible to automatically stop the hurl.exe process when an invalid json is detected?

U-C-S commented 4 months ago

I think this is fixed in the newer v0.8.1, can verify if you are running the newer version ?

mannfuri commented 4 months ago

yes im running the v0.8.1

U-C-S commented 4 months ago

Weird.... I will take a look again today, Thanks for reporting.