File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ export function errorTemplate(trace: string, fetchedURL: string) {
55 fetchedURL.textContent = ${ JSON . stringify ( fetchedURL ) } ;
66 for (const node of document.querySelectorAll("#hostname")) node.textContent = ${ JSON . stringify ( location . hostname ) } ;
77 reload.addEventListener("click", () => location.reload());
8- version.textContent = ${ JSON . stringify ( $scramjetVersion ) } ;
9- build.textContent = ${ JSON . stringify ( $scramjetVersion ) } ;
8+ version.textContent = ${ JSON . stringify ( $scramjetVersion . version ) } ;
9+ build.textContent = ${ JSON . stringify ( $scramjetVersion . build ) } ;
1010
1111 document.getElementById('copy-button').addEventListener('click', async () => {
1212 const text = document.getElementById('errorTrace').value;
You can’t perform that action at this time.
0 commit comments