Skip to content

Commit

Permalink
fix: no return after if
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazeyu committed Mar 23, 2018
1 parent 33c97ec commit c0062c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ hexo.extend.filter.register('after_render:html', (str, data) => {
log.debug('postfilter: '+s);
return s;
}
return str;
})


Expand Down

0 comments on commit c0062c9

Please sign in to comment.