Skip to content

Commit

Permalink
Rebuild input after init()
Browse files Browse the repository at this point in the history
  • Loading branch information
chriso committed Apr 27, 2011
1 parent 9d9235a commit 8f71854
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/node.io/processor.js
Expand Up @@ -406,6 +406,7 @@ Processor.prototype.startJob = function (job_name, job_obj, oncomplete) {
//Run job.init() if it's defined
if (typeof job.obj.init === 'function') {
job.obj.init.call(job.obj);
job.obj.handleSpecialIO.call(job.obj);
}

//Start the job
Expand Down

0 comments on commit 8f71854

Please sign in to comment.