This commit is contained in:
Simon Knott 2024-10-23 13:46:16 +02:00
parent c7a72b6a04
commit ed43b5548b

View file

@ -145,5 +145,5 @@ function formatUrl(trace: string) {
const url = new URL('/trace/file', baseURL); const url = new URL('/trace/file', baseURL);
url.searchParams.set('path', trace); url.searchParams.set('path', trace);
return url; return url.toString();
} }