mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Formatting.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user