Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
lonsbio authored Oct 31, 2024
1 parent 63837d7 commit f1e80c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,7 @@ <h1>GPU (WebGPU) Version</h1>
document.getElementById('gpu-info').textContent = 'No suitable GPU adapter found.';
return;
} else {
document.getElementById('gpu-info').textContent = adapter;
document.getElementById('gpu-info').textContent = JSON.stringify(adapter);
}


Expand Down

0 comments on commit f1e80c9

Please sign in to comment.