batch-cluster
Advanced tools
Comparing version 9.0.0 to 9.0.1
@@ -21,2 +21,6 @@ # Changelog | ||
## v9.0.1 | ||
- 📦 Don't emit `taskResolved` on startup tasks. | ||
## v9.0.0 | ||
@@ -23,0 +27,0 @@ |
@@ -277,3 +277,5 @@ "use strict"; | ||
__classPrivateFieldGet(this, _BatchProcess_instances, "m", _BatchProcess_clearCurrentTask).call(this, task); | ||
this.opts.observer.emit("taskResolved", task, this); | ||
if (!isStartupTask) { | ||
this.opts.observer.emit("taskResolved", task, this); | ||
} | ||
}, (err) => { | ||
@@ -280,0 +282,0 @@ __classPrivateFieldGet(this, _BatchProcess_instances, "m", _BatchProcess_clearCurrentTask).call(this, task); |
{ | ||
"name": "batch-cluster", | ||
"version": "9.0.0", | ||
"version": "9.0.1", | ||
"description": "Manage a cluster of child processes", | ||
@@ -5,0 +5,0 @@ "main": "dist/BatchCluster.js", |
Sorry, the diff of this file is not supported yet
186486
2645