1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-03 17:59:28 +02:00

Formatting.

This commit is contained in:
Simo Kinnunen 2014-02-04 00:44:42 +09:00
parent b50ec6b4b0
commit 8a23b37deb

View file

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