mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-13 20:11:19 -04:00
lint proxypair
This commit is contained in:
parent
0690b0620d
commit
361da32ecb
1 changed files with 2 additions and 2 deletions
|
@ -92,8 +92,8 @@ class ProxyPair
|
||||||
@relay.label = 'websocket-relay'
|
@relay.label = 'websocket-relay'
|
||||||
@relay.onopen = =>
|
@relay.onopen = =>
|
||||||
if @timer
|
if @timer
|
||||||
clearTimeout @timer
|
clearTimeout @timer
|
||||||
@timer = 0
|
@timer = 0
|
||||||
log @relay.label + ' connected!'
|
log @relay.label + ' connected!'
|
||||||
snowflake.ui.setStatus 'connected'
|
snowflake.ui.setStatus 'connected'
|
||||||
@relay.onclose = =>
|
@relay.onclose = =>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue