From 2d2231169613b2c7bb53ce17d8c13d0d09a57440 Mon Sep 17 00:00:00 2001 From: "script panic('ghost in the shell')/script @ziyasal" Date: Wed, 19 Oct 2016 15:45:10 +0200 Subject: [PATCH] typo --- lib/consulr.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;