From f1eb276b6889a941a698a863d6ce6e7f63ec7fe9 Mon Sep 17 00:00:00 2001 From: Kai Ninomiya Date: Tue, 7 Jan 2025 11:52:00 -0800 Subject: [PATCH] nit --- src/webgpu/print_environment.spec.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/webgpu/print_environment.spec.ts b/src/webgpu/print_environment.spec.ts index 3a4ab16b1f3..9a47f8320cd 100644 --- a/src/webgpu/print_environment.spec.ts +++ b/src/webgpu/print_environment.spec.ts @@ -64,6 +64,7 @@ WPT disallows console.log and doesn't support logs on passing tests, so this doe adapter: t.adapter, defaultDevice: defaultDeviceProperties, }, + // - Replace `undefined` with `null`. // - Expand iterable things into arrays. // - Flatten objects with prototype chains into plain objects, using `for..in`. (Otherwise, // properties from the prototype chain will be ignored and things will print as `{}`.)