diff --git a/ext/webgpu/01_webgpu.js b/ext/webgpu/01_webgpu.js index 47ae9603fc..e12e8699d9 100644 --- a/ext/webgpu/01_webgpu.js +++ b/ext/webgpu/01_webgpu.js @@ -998,7 +998,7 @@ class InnerGPUDevice { ); break; case "out-of-memory": - constructedError = new GPUOutOfMemoryError(); + constructedError = new GPUOutOfMemoryError("not enough memory left"); break; case "internal": constructedError = new GPUInternalError();