mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 07:53:38 +02:00
Formatting.
This commit is contained in:
@@ -168,8 +168,11 @@ module.exports = function(options) {
|
||||
}
|
||||
|
||||
function errorListener(err) {
|
||||
log.error('Device worker "%s" had an error: %s',
|
||||
device.id, err.message)
|
||||
log.error(
|
||||
'Device worker "%s" had an error: %s'
|
||||
, device.id
|
||||
, err.message
|
||||
)
|
||||
}
|
||||
|
||||
function exitListener(code, signal) {
|
||||
|
||||
Reference in New Issue
Block a user