diff --git a/lib/consulr.js b/lib/consulr.js index 20f1227..c56276d 100644 --- a/lib/consulr.js +++ b/lib/consulr.js @@ -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;