mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Formatting.
This commit is contained in:
parent
6a7e10882f
commit
55bdd4aecb
1 changed files with 2 additions and 2 deletions
|
@ -257,8 +257,8 @@ module.exports = function(options) {
|
|||
}
|
||||
|
||||
function tryKillWorker(id) {
|
||||
var deferred = Promise.defer(),
|
||||
worker = workers[id]
|
||||
var deferred = Promise.defer()
|
||||
, worker = workers[id]
|
||||
|
||||
function onExit() {
|
||||
cleanupWorker(id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue