syntax hl
This commit is contained in:
parent
a3a3254527
commit
f780376ec2
|
@ -112,7 +112,7 @@ local handler and the tunnel handler.
|
||||||
|
|
||||||
You could do a little magic like this:
|
You could do a little magic like this:
|
||||||
|
|
||||||
```
|
```js
|
||||||
var Dup = {
|
var Dup = {
|
||||||
write: function (chunk, encoding, cb) {
|
write: function (chunk, encoding, cb) {
|
||||||
this.__my_socket.write(chunk, encoding);
|
this.__my_socket.write(chunk, encoding);
|
||||||
|
|
Loading…
Reference in New Issue