Update uv.sw.js

This commit is contained in:
Ender 2023-01-23 13:57:54 -05:00 committed by GitHub
parent 439a7b088a
commit 18b708ab15
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -205,7 +205,7 @@ getBareLocation().then(bareLocation => {
});
} catch(err) {
console.log('Uncaught Ultraviolet Error: '+err);
console.error(err);
return new Response(err.toString(), {
status: 500,
headers: {