mirror of
https://github.com/openstf/stf
synced 2025-10-03 17:59:28 +02:00
Formatting.
This commit is contained in:
parent
b50ec6b4b0
commit
8a23b37deb
1 changed files with 5 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue