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
|
return response
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
|
console.error('[Service worker] error when caching emoji:', e)
|
||||||
throw e
|
throw e
|
||||||
}
|
}
|
||||||
})())
|
})())
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue