Skip to content
This repository has been archived by the owner on Feb 24, 2021. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugthesystem committed Oct 19, 2016
1 parent dddeefd commit 2d22311
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/consulr.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ class Consulr extends EventEmitter {
let lastIndex = parseInt(metadata.LastIndex);
if (lastIndex === this.waitIndex) {
if(this.config.fireInternalEvents === true){
//I know this a bit hacky (:
//I know dude, this is a bit hacky (:
this.emit('int:nochange');
}
return;
Expand Down

0 comments on commit 2d22311

Please sign in to comment.