From 4d1da636e33239c0ef66e3a053437b9e5778cad8 Mon Sep 17 00:00:00 2001 From: Tamius Han Date: Mon, 8 Feb 2021 20:47:06 +0100 Subject: [PATCH] Log just a little on master as well --- src/ext/lib/video-data/VideoData.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ext/lib/video-data/VideoData.js b/src/ext/lib/video-data/VideoData.js index 8643422..9454a08 100644 --- a/src/ext/lib/video-data/VideoData.js +++ b/src/ext/lib/video-data/VideoData.js @@ -379,7 +379,7 @@ class VideoData { } } catch(e) { - // do nothing on fail + console.error('Validating video offsets failed:', e) } }