Skip to content

Commit

Permalink
Update index.html with error
Browse files Browse the repository at this point in the history
  • Loading branch information
lonsbio authored Oct 30, 2024
1 parent 07069b6 commit ec9b9d5
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 @@ -285,7 +285,7 @@ <h1>GPU (WebGPU) Version</h1>

} 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;
}
}

Expand Down

0 comments on commit ec9b9d5

Please sign in to comment.