Comparing version 0.0.3 to 0.0.4
@@ -88,2 +88,7 @@ /** | ||
if (!body) { | ||
debug("no body found"); | ||
return; | ||
} | ||
body.forEach(function(msg){ | ||
@@ -90,0 +95,0 @@ self.emit('message', msg); |
{ | ||
"name": "queues", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "Collection of queue wrappers with a common interface.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
4601
105