Skip to content

Commit

Permalink
Untranslate log message to avoid mdn-linter warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecat committed Sep 18, 2024
1 parent aed5329 commit a538dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/ja/web/api/gpuoutofmemoryerror/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ device.popErrorScope().then((error) => {
if (error) {
// error は GPUOutOfMemoryError のオブジェクトインスタンス
buffer = null;
console.error(`アウトオブメモリー、バッファが大きすぎます。エラー: ${error.message}`);
console.error(`Out of memory, buffer too large. Error: ${error.message}`);
}
});
```
Expand Down

0 comments on commit a538dd6

Please sign in to comment.