Commit d7afb51b authored by dongxu's avatar dongxu

Update ease.js

Add log message when result exceptions occurring
parent fb7d758e
...@@ -48,6 +48,7 @@ var getNextPage = function () { ...@@ -48,6 +48,7 @@ var getNextPage = function () {
}, },
success: function(result, textStatus){ success: function(result, textStatus){
if (!result.sc) { if (!result.sc) {
console.log("[B3log-Solo Err]: " + result);
return; return;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment