diff --git a/static/uv/uv.sw.js b/static/uv/uv.sw.js index b0cdc00..97d7d1c 100644 --- a/static/uv/uv.sw.js +++ b/static/uv/uv.sw.js @@ -205,8 +205,12 @@ getBareLocation().then(bareLocation => { }); } catch(err) { + console.error(err); return new Response(err.toString(), { status: 500, + headers: { + 'x-uv-error': err, + } }); }; };