add log message

pull/7076/head
baseballyama 5 years ago
parent 8eb13005ac
commit 6ef128e295

@ -152,6 +152,8 @@ describe('custom-elements', function () {
assertWarnings(); assertWarnings();
throw err; throw err;
} }
console.debug(err.stack || err);
console.log('RESTARTING Chromium...');
browser = await launchPuppeteer(); browser = await launchPuppeteer();
} }
} while (count <= 5); } while (count <= 5);

@ -256,6 +256,8 @@ describe('runtime (puppeteer)', function () {
assertWarnings(); assertWarnings();
throw err; throw err;
} }
console.debug(err.stack || err);
console.log('RESTARTING Chromium...');
browser = await launchPuppeteer(); browser = await launchPuppeteer();
} }
} while (count <= 5); } while (count <= 5);

Loading…
Cancel
Save