From eef288da890c76aa7cbc3770a06c4acb0df921a7 Mon Sep 17 00:00:00 2001 From: Matt Henderson Date: Tue, 25 Jul 2023 22:16:46 -0700 Subject: [PATCH] turn off console error logging for browser_check test when no announcements server source --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 60b8022..c0a98e6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -111,7 +111,7 @@ class RefreshAnnouncements { } } catch (e) { // there was an error with fetching - console.error(e); + console.log(e); // call again in n microseconds (maybe the API is only down for a little bit) setTimeout(() => {