fix(json): assure we understand json errors

We would actually fail to decode an error, and then assume it's a valid
result, unwrapping another failed attempt to decode the json string
returned by the server.

Cause seems to be that the json error structure now conains an
additional field, 'error_uri'.

* we removed a debug printing ... .
* incremented version
This commit is contained in:
Sebastian Thiel
2015-05-01 19:39:57 +02:00
parent df5fdc48a7
commit b08b239e88
5 changed files with 15 additions and 10 deletions

View File

@@ -13,12 +13,12 @@
],
},
],
"SublimeLinter":
"SublimeLinter":
{
"linters":
{
"rust": {
"@disable": false,
"@disable": true,
"args": [],
"crate-root": null,
"excludes": [],