-
Notifications
You must be signed in to change notification settings - Fork 8.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[ja] Translate GPUOutOfMemoryError #23660
Conversation
if (error) { | ||
// error は GPUOutOfMemoryError のオブジェクトインスタンス | ||
buffer = null; | ||
console.error(`アウトオブメモリー、バッファが大きすぎます。エラー: ${error.message}`); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[mdn-linter] reported by reviewdog 🐶
console.error(`アウトオブメモリー、バッファが大きすぎます。エラー: ${error.message}`); | |
console.error( | |
`アウトオブメモリー、バッファが大きすぎます。エラー: ${error.message}`, | |
); |
Preview URLs Flaws (7)URL:
URL:
External URLs (2)URL:
URL:
(comment last updated: 2024-09-18 12:53:28) |
* Translate GPUOutOfMemoryError * Untranslate log message to avoid mdn-linter warning
Description
GPUOutOfMemoryError
を新規翻訳。Motivation
Additional details
Related issues and pull requests