From 8629c8ab969366b83b3f350e42d5924b7dec542e Mon Sep 17 00:00:00 2001 From: Yuichiro Yamashita Date: Wed, 5 Jan 2022 17:10:53 +0900 Subject: [PATCH] Update test/custom-elements/index.ts Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com> --- test/custom-elements/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/custom-elements/index.ts b/test/custom-elements/index.ts index e8ea05940e..5a508f7873 100644 --- a/test/custom-elements/index.ts +++ b/test/custom-elements/index.ts @@ -124,7 +124,7 @@ describe('custom-elements', function () { } } - // NOTE: Chromium may exit due to SIGSEGV, so retry in that case. + // NOTE: Chromium may exit with SIGSEGV, so retry in that case let count = 0; do { count++;