From 03f5f8c854615b93685788e822008d8a3863a415 Mon Sep 17 00:00:00 2001 From: gabek Date: Thu, 26 May 2022 16:13:26 +0000 Subject: [PATCH] Prettified Code! --- webroot/js/components/latencyCompensator.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/webroot/js/components/latencyCompensator.js b/webroot/js/components/latencyCompensator.js index f325243c6..7a3ba5250 100644 --- a/webroot/js/components/latencyCompensator.js +++ b/webroot/js/components/latencyCompensator.js @@ -401,7 +401,12 @@ class LatencyCompensator { return; } - console.log('latency compensation timeout due to buffering:', this.bufferingCounter, 'buffering events of', REBUFFER_EVENT_LIMIT); + console.log( + 'latency compensation timeout due to buffering:', + this.bufferingCounter, + 'buffering events of', + REBUFFER_EVENT_LIMIT + ); this.timeout(); // Allow us to forget about old buffering events if enough time goes by.