diff --git a/lib/Lib/Core/View.class.js b/lib/Lib/Core/View.class.js index 4b208cea..fce6db92 100644 --- a/lib/Lib/Core/View.class.js +++ b/lib/Lib/Core/View.class.js @@ -104,9 +104,9 @@ module.exports = Class(function(){ "content": content }).then(function(content){ return tag("view_filter", self.http, content); - }).catch(function(err){ - console.log(err); }) + }).catch(function(err){ + console.log(err); }) } }