Skip to content

Commit 495df81

Browse files
fix(deno_webgpu): expose GPUUncapturedErrorEvent in bootstrap.js
1 parent 1241bb0 commit 495df81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cts_runner/src/bootstrap.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -223,6 +223,7 @@ const windowOrWorkerGlobalScope = {
223223
GPUInternalError: util.nonEnumerable(webgpu.GPUInternalError),
224224
GPUValidationError: util.nonEnumerable(webgpu.GPUValidationError),
225225
GPUOutOfMemoryError: util.nonEnumerable(webgpu.GPUOutOfMemoryError),
226+
GPUUncapturedErrorEvent: util.nonEnumerable(webgpu.GPUUncapturedErrorEvent),
226227
};
227228

228229
windowOrWorkerGlobalScope.console.enumerable = false;

0 commit comments

Comments
 (0)