cburschka / cadence

A strophe.js-powered XMPP web client for chatrooms.
6 stars 2 forks source link

Allow console-based error-reporting. #435

Closed cburschka closed 7 years ago

cburschka commented 7 years ago
  1. Dumping JS errors on the page can look confusing.
  2. If the error happens early enough, it might not be able to be reported at all.

Errors should only be reported on the screen if a particular configuration option is set (this might be a good time to finally expose good old config.settings.debug). It should probably be reported on the console either way.

cburschka commented 7 years ago

Fixed by 971ecb92.