AnthyG / ThunderWave

A chat for ZeroNet
http://127.0.0.1:43110/1CWkZv7fQAKxTVjZVrLZ8VHcrN6YGGcdky/
15 stars 3 forks source link

Fix bug where catch branch doesn't have arguments #128

Closed krixano closed 5 years ago

krixano commented 5 years ago

You had a part that was JSON.parseS = ... and inside there was a catch branch that had no arguments, which was causing an error on my new linux client: } catch {

trcyprkr commented 5 years ago

Thanks for making this pull request. I'll be glad to see it working.