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

Formatting.

This commit is contained in:
Simo Kinnunen 2014-02-03 02:48:56 +09:00
parent 6a7e10882f
commit 55bdd4aecb

View file

@ -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)