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 +}