Skip to content

Commit

Permalink
Help GC
Browse files Browse the repository at this point in the history
  • Loading branch information
Quentin01 committed Aug 12, 2014
1 parent 9d4476d commit 07aacdc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -169,6 +169,8 @@ module.exports.createServer = function createServer(connectFunctions, updateAcco
console.log("Job " + job.id + " onto `" + name + "` have failed");
console.warn("ERR:", err);
}

job = null;
done(err);
});
});
Expand Down

0 comments on commit 07aacdc

Please sign in to comment.