mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +02:00
fix bug on port forwarding feature (#629)
* fix bug on port forwarding feature Signed-off-by: Denis barbaron <denis.barbaron@orange.com> * fix lint error Signed-off-by: Denis barbaron <denis.barbaron@orange.com> Signed-off-by: Denis barbaron <denis.barbaron@orange.com>
This commit is contained in:
@@ -112,7 +112,7 @@ module.exports = syrup.serial()
|
||||
}
|
||||
|
||||
plugin.reset = function() {
|
||||
manager.removeAll()
|
||||
manager.removeAll(manager)
|
||||
}
|
||||
|
||||
group.on('leave', plugin.reset)
|
||||
|
||||
Reference in New Issue
Block a user