json parse exception handling

This commit is contained in:
Mo Bitar
2017-01-15 18:10:10 -06:00
parent 32b709c689
commit bbedad0fc5
3 changed files with 8 additions and 5 deletions

View File

@@ -566,7 +566,7 @@ angular.module('app.frontend')
item.content = Neeto.crypto.base64Decode(item.content.substring(3, item.content.length))
}
} catch (e) {
console.log("Error decrypting item", item);
console.log("Error decrypting item", item, e);
continue;
}
}