1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Fix worker restart when stopping

This commit is contained in:
Gleb Golovin 2016-09-26 11:50:04 +07:00
parent 20b1d708ae
commit 80ac27fbb4

View file

@ -320,6 +320,7 @@ module.exports = function(options) {
} }
} }
else { else {
willStop = true
stop() stop()
} }
} }