This commit is contained in:
Zef Hemel
2022-05-04 16:26:52 +02:00
parent a6eff1e371
commit 1bb8ab3056
4 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -64,7 +64,7 @@ if (navigator.serviceWorker) {
});
} else {
console.log(
"No launching service worker (not present, maybe because not running on localhost or over SSL"
"No launching service worker (not present, maybe because not running on localhost or over SSL)"
);
}
// }