kynikos / wiki-monkey

MediaWiki-compatible bot and editor assistant running directly in the browser and expandable with plugins.
https://github.com/kynikos/wiki-monkey/wiki
GNU General Public License v3.0
15 stars 5 forks source link

Improve error messages #139

Open kynikos opened 11 years ago

kynikos commented 11 years ago

For example there can be more reasons why the object returned by a query to MediaWiki is not a JSON object. Also, even if it's a JSON object, it can be an error and carry some error message that should better be logged. Improve and generalize any other WM.Log.logError message if possible.

See also #135