[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

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



commit 37f1688810dc34abeea4e934108ed431b1fe5b64
Author: Cecylia Bocovich <cohosh@xxxxxxxxxxxxxx>
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();
   }

_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits