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@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; }