[tor-commits] [snowflake-webext/master] Fix linting errors

cohosh at torproject.org cohosh at torproject.org
Fri May 22 13:26:21 UTC 2020


commit 37f1688810dc34abeea4e934108ed431b1fe5b64
Author: Cecylia Bocovich <cohosh at torproject.org>
Date:   Fri May 22 09:26:10 2020 -0400

    Fix linting errors
---
 proxypair.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/proxypair.js b/proxypair.js
index 1153ee3..96869cb 100644
--- a/proxypair.js
+++ b/proxypair.js
@@ -159,8 +159,8 @@ class ProxyPair {
     // connection
     this.messageTimer = setTimeout((() => {
       console.log("Closing stale connection.");
-      this.flush()
-      this.close()
+      this.flush();
+      this.close();
     }), this.config.messageTimeout);
     return this.flush();
   }



More information about the tor-commits mailing list