Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Merge pull request #666 from skyblue/patch-2
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
cynron committed Dec 19, 2014
2 parents 759f51f + a38f9b8 commit 536f3c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/service/filterService.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Service.prototype.afterFilter = function(err, msg, session, resp, cb) {
} else if(typeof handler.after === 'function') {
handler.after(err, msg, session, resp, next);
} else {
logger.error('meet invalid after filter, handler or handler.before should be function.');
logger.error('meet invalid after filter, handler or handler.after should be function.');
next(new Error('invalid after filter.'));
}
} //end of next
Expand Down

0 comments on commit 536f3c4

Please sign in to comment.