Skip to content

Commit 2e69680

Browse files
committed
change thingy
1 parent 7f3068b commit 2e69680

File tree

1 file changed

+1
-1
lines changed
  • source/_extensions/pwa_service_files

1 file changed

+1
-1
lines changed

source/_extensions/pwa_service_files/sw.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ self.addEventListener('fetch', function (event) {
2929
try {
3030
await addKeys([request_url]) //put in format our addKeys function expects
3131
} catch (error) {
32-
console.error("Error downloading from remote:", error.message)
32+
console.error("Error downloading from remote:", error)
3333
}
3434

3535
let res = await getKey(request_url)

0 commit comments

Comments
 (0)