diff --git a/pages/index.html b/pages/index.html index 4bf1570..de7f5dd 100644 --- a/pages/index.html +++ b/pages/index.html @@ -285,7 +285,7 @@

GPU (WebGPU) Version

} catch (error) { console.error('An error occurred while trying to access the GPU:', error); - document.getElementById('gpu-info').textContent = 'An error occurred while trying to access the GPU.'; + document.getElementById('gpu-info').textContent = 'An error occurred while trying to access the GPU.'+error; } }