1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 18:29:17 +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) { function errorListener(err) {
log.error('Device worker "%s" had an error: %s', log.error(
device.id, err.message) 'Device worker "%s" had an error: %s'
, device.id
, err.message
)
} }
function exitListener(code, signal) { function exitListener(code, signal) {