mirror of
https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git
synced 2025-10-14 05:11:19 -04:00
Fix some linting warnings for "Line exceeds maximum allowed length."
This commit is contained in:
parent
5384ef9d16
commit
dad53932a2
7 changed files with 27 additions and 12 deletions
|
@ -82,7 +82,10 @@ class Snowflake
|
|||
recv = @broker.getClientOffer pair.id
|
||||
recv.then (desc) =>
|
||||
@receiveOffer pair, desc
|
||||
countdown('Serving 1 new client.', @config.defaultBrokerPollInterval / 1000)
|
||||
countdown(
|
||||
'Serving 1 new client.',
|
||||
@config.defaultBrokerPollInterval / 1000
|
||||
)
|
||||
, (err) =>
|
||||
countdown(err, @config.defaultBrokerPollInterval / 1000)
|
||||
@retries++
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue