mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 15:53:23 +02:00
Remove unnecessary code in the stop method.
This commit is contained in:
@@ -63,9 +63,8 @@ module.exports = syrup.serial()
|
||||
this.dest.pipe(src)
|
||||
|
||||
this.stop = function() {
|
||||
//this.dest.unpipe(this.src)
|
||||
this.dest.end()
|
||||
}.bind(this)
|
||||
}
|
||||
}
|
||||
|
||||
conn.pipe(new forwardutil.ForwardParser())
|
||||
|
||||
Reference in New Issue
Block a user