From 364e10820d2b803b03204c1550fda52aec7db83f Mon Sep 17 00:00:00 2001 From: CoNET Project Date: Fri, 29 Sep 2023 23:56:56 -0700 Subject: [PATCH] fix branch --- src/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index a48279b..b11ec6e 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -23,6 +23,7 @@ if (rootElement) { if ('serviceWorker' in navigator) { navigator.serviceWorker.register("/sw.js") } + } else { console.log (`CoNET Platform Loader Error: can't find rootElement`) -} \ No newline at end of file +}