Comparing version 0.0.4 to 0.0.5
@@ -100,3 +100,5 @@ /** | ||
if (i === levels.length - 1 && config.hipchat.atwho.length > 0) { | ||
alert(name, config.hipchat.atwho.join(' '), color, | ||
var message_ = config.hipchat.atwho.join(' ') + util. | ||
format(' %d error messages in %d seconds', lines.length, interval); | ||
alert(name, message_, color, | ||
config.hipchat.notify); | ||
@@ -103,0 +105,0 @@ } |
{ | ||
"name": "errdog", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"repository": { | ||
@@ -5,0 +5,0 @@ "type": "git", |
3514
122