[tor-commits] [pluggable-transports/snowflake-webext] 01/02: fix for #45: stats repaired
gitolite role
git at cupani.torproject.org
Fri Jul 22 16:40:09 UTC 2022
This is an automated email from the git hooks/post-receive script.
shelikhoo pushed a commit to annotated tag webext-0.6.1
in repository pluggable-transports/snowflake-webext.
commit 8e381b9ee63b6caa71c28b4af24ec0086c3bbcc5
Author: 5eba <5eba at untiy-mail.de>
AuthorDate: Wed Jul 20 17:10:54 2022 +0200
fix for #45: stats repaired
---
ui.js | 1 +
1 file changed, 1 insertion(+)
diff --git a/ui.js b/ui.js
index de8670d..3f92d02 100644
--- a/ui.js
+++ b/ui.js
@@ -27,6 +27,7 @@ class UI {
increaseClients() {
this.clients += 1;
+ this.stats[0] += 1;
this.postActive();
return this.clients;
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the tor-commits
mailing list