We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51b1457 commit 9eb0673Copy full SHA for 9eb0673
lib/helpers/hydrater.js
@@ -25,7 +25,6 @@ var currentChild;
25
26
var getOrForkChild = function() {
27
taskCount += 1;
28
- //console.log("currentChild", currentChild)
29
if (taskCount < tasksPerProcess && currentChild) {
30
currentChild.removeAllListeners();
31
currentChild.stdout.removeAllListeners();
0 commit comments