2
2
mirror of https://git.coolaj86.com/coolaj86/telebit.js.git synced 2025-04-21 11:40:36 +00:00

syntax hl

This commit is contained in:
AJ ONeal 2016-12-19 09:31:35 -07:00 committed by GitHub
parent a3a3254527
commit f780376ec2

View File

@ -112,7 +112,7 @@ local handler and the tunnel handler.
You could do a little magic like this:
```
```js
var Dup = {
write: function (chunk, encoding, cb) {
this.__my_socket.write(chunk, encoding);