mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:53:27 +02:00
Use device_absent for lifecycle_ended.
This commit is contained in:
@@ -160,7 +160,7 @@ module.exports = syrup.serial()
|
||||
})
|
||||
|
||||
lifecycle.observe(function() {
|
||||
return plugin.leave('lifecycle_ended')
|
||||
return plugin.leave('device_absent')
|
||||
.catch(grouputil.NoGroupError, function() {
|
||||
return true
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user