1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-04 10:19:30 +02:00

Fix missing provider when a device is plugged in for the first time

This commit is contained in:
Valverde Antonio 2014-06-06 18:24:32 +09:00
parent 7fb721f379
commit 25b9583d5c

View file

@ -115,6 +115,7 @@ module.exports = function(options) {
important: true
, data: {
serial: message.serial
, provider: message.provider
, present: true
}
})