mirror of
https://github.com/eliasstepanik/vdo.ninja.git
synced 2026-01-16 08:08:28 +00:00
Invalid assignment to const
This commit is contained in:
parent
e762910907
commit
c487bed906
@ -164,7 +164,7 @@ eventer(messageEvent, function (e) {
|
||||
if ("stats" in e.data){
|
||||
const outputWindow = document.createElement("div");
|
||||
|
||||
const out = "<br />total_inbound_connections:"+e.data.stats.total_inbound_connections;
|
||||
let out = "<br />total_inbound_connections:"+e.data.stats.total_inbound_connections;
|
||||
out += "<br />total_outbound_connections:"+e.data.stats.total_outbound_connections;
|
||||
|
||||
for (const streamID in e.data.stats.inbound_stats){
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user