mirror of
https://github.com/openstf/stf
synced 2025-10-05 02:29:26 +02:00
Remove unnecessary code in the stop method.
This commit is contained in:
parent
44987cbc8b
commit
ebafa3770e
1 changed files with 1 additions and 2 deletions
|
@ -63,9 +63,8 @@ module.exports = syrup.serial()
|
||||||
this.dest.pipe(src)
|
this.dest.pipe(src)
|
||||||
|
|
||||||
this.stop = function() {
|
this.stop = function() {
|
||||||
//this.dest.unpipe(this.src)
|
|
||||||
this.dest.end()
|
this.dest.end()
|
||||||
}.bind(this)
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
conn.pipe(new forwardutil.ForwardParser())
|
conn.pipe(new forwardutil.ForwardParser())
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue