From 24ca3d7c3d489c4bef5dd4a020e2b1dd8949a611 Mon Sep 17 00:00:00 2001 From: baseballyama Date: Wed, 5 Jan 2022 19:49:28 +0900 Subject: [PATCH] update comment --- test/runtime-puppeteer/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/runtime-puppeteer/index.ts b/test/runtime-puppeteer/index.ts index e716badaf0..24f760273e 100644 --- a/test/runtime-puppeteer/index.ts +++ b/test/runtime-puppeteer/index.ts @@ -227,7 +227,7 @@ describe('runtime (puppeteer)', function() { throw new Error('Received unexpected warnings'); } } - // 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++;