Skip to content

Commit

Permalink
Merge branch 'master' of github.com:MikeCoder/hexo-blog-encrypt
Browse files Browse the repository at this point in the history
  • Loading branch information
D0n9X1n committed Oct 3, 2018
2 parents 05a75f2 + 862c24b commit 0bb9ac5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions lib/blog-encrypt.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,10 @@ function decryptAES () {

const errorInfo = '<p>'
+ 'Some errors occurred, check the original file please.'
+ '</p>'
+ '<p>'
+ 'Detailed exception are shown in console.'
+ '</p>';

$('#encrypt-blog').html(errorInfo);
console.error(e);
$('#encrypt-blog').html(errorInfo);

}

Expand Down

0 comments on commit 0bb9ac5

Please sign in to comment.