Update uv.sw.js
This commit is contained in:
parent
439a7b088a
commit
18b708ab15
1 changed files with 1 additions and 1 deletions
|
|
@ -205,7 +205,7 @@ getBareLocation().then(bareLocation => {
|
||||||
});
|
});
|
||||||
|
|
||||||
} catch(err) {
|
} catch(err) {
|
||||||
console.log('Uncaught Ultraviolet Error: '+err);
|
console.error(err);
|
||||||
return new Response(err.toString(), {
|
return new Response(err.toString(), {
|
||||||
status: 500,
|
status: 500,
|
||||||
headers: {
|
headers: {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue