mirror of
https://github.com/openstf/stf
synced 2025-10-04 02:09:32 +02:00
Remove eslint errors.
This commit is contained in:
parent
8cee2497c6
commit
20ec477450
3 changed files with 5 additions and 4 deletions
|
@ -26,7 +26,8 @@ datautil.applyData = function(device) {
|
|||
}
|
||||
else {
|
||||
log.info(
|
||||
'Device database does not have an entry for "%s" (model "%s"/"%s"). This is not an error, it only means that we don\'t have data for it yet.'
|
||||
'Device database does not have an entry for "%s" (model "%s"/"%s"). ' +
|
||||
'This is not an error, it only means that we don\'t have data for it yet.'
|
||||
, device.serial
|
||||
, device.model
|
||||
, device.product
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue