We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a0607b6 + 7f7c50b commit 4d30ab8Copy full SHA for 4d30ab8
1 file changed
bin/cli.js
@@ -276,7 +276,7 @@ var statusPoller = {
276
}).forEach(function(_worker) {
277
var workerData = workerKeys[_worker.id];
278
var worker = workers[workerData.key];
279
- if (worker.launched) {
+ if (!worker || worker.launched) {
280
return;
281
}
282
0 commit comments