Fix useless try-catch
This commit is contained in:
parent
3315901b07
commit
67724ad2a4
1 changed files with 1 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ self.addEventListener('fetch', (event) => {
|
|||
}
|
||||
return response
|
||||
} catch (e) {
|
||||
console.error('[Service worker] error when caching emoji:', e)
|
||||
throw e
|
||||
}
|
||||
})())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue