Skip to content

Commit

Permalink
Untranslate log message to avlod mdn-linter report
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat committed Sep 19, 2024
1 parent cadb8f9 commit ed2221f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/gpuuncapturederrorevent/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ _親の {{domxref("Event")}} からプロパティを継承します。_

device.addEventListener("uncapturederror", (event) => {
// エラーを再浮上させる
console.error("WebGPU エラーがキャプチャされませんでした:", event.error.message);
console.error("A WebGPU error was not captured:", event.error.message);
reportErrorToServer({
type: event.error.constructor.name,
message: event.error.message,
Expand Down

0 comments on commit ed2221f

Please sign in to comment.