mirror of
https://github.com/coder/code-server.git
synced 2026-05-12 07:17:26 +02:00
Add doc/guide.md
This commit is contained in:
@@ -8,7 +8,7 @@ if ("serviceWorker" in navigator) {
|
||||
.register(path, {
|
||||
scope: options.base || "/",
|
||||
})
|
||||
.then(function() {
|
||||
.then(function () {
|
||||
console.log("[Service Worker] registered")
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user