This commit is contained in:
Ylian Saint-Hilaire 2021-01-27 14:23:42 -08:00
commit 69d59235bc

View File

@ -136,6 +136,10 @@ function handleServerCommand(data)
}
}
}
else
{
console.log(JSON.stringify(data, null, 1));
}
}
// Called when the server connection state changes