Skip to content

Commit

Permalink
making sure the queue gets calledback
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Oct 21, 2011
1 parent 8136da1 commit 4cafa71
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions lib/pipeline.js
Expand Up @@ -130,6 +130,8 @@ function Pipeline(name, options) {
if (err) { done(); return toErrorState(doc, stateDoc, err); }
if (! changedState) {
noMoreStates();
} else {
done();
}
}, verbose);
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,7 +1,7 @@
{ "name" : "banzai"
, "description" : "Library for creating document processing pipelines"
, "tags" : ["ETL", "pipeline", "document", "state machine"]
, "version" : "0.5.11"
, "version" : "0.5.12"
, "author" : "Pedro Teixeira <pedro.teixeira@gmail.com>"
, "repository" :
{ "type" : "git"
Expand Down

0 comments on commit 4cafa71

Please sign in to comment.