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++;