File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
src/devtools/mobileharness/fe/v6/angular Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 55// This tells Karma to use the Chrome browser downloaded by Puppeteer
66process . env . CHROME_BIN = require ( 'puppeteer' ) . executablePath ( ) ;
77
8+ console . info ( 'tiantc: process.env.CHROME_BIN: ' , process . env . CHROME_BIN ) ;
9+ // process.on('uncaughtException', (err) => {
10+ // if (err.code === 'ERR_SERVER_NOT_RUNNING') {
11+ // console.error('Caught ERR_SERVER_NOT_RUNNING. Ignoring to prevent pipeline break.', err);
12+ // console.error(err);
13+ // // Ideally, log this and trigger a non-zero exit code later if possible
14+ // // without immediately crashing.
15+ // // process.exit(1); // Consider exiting after logging, rather than continuing
16+ // } else {
17+ // console.error('Caught unhandled exception:', err);
18+ // // For other uncaught exceptions, it's safer to exit.
19+ // process.exit(1);
20+ // }
21+ // });
22+
823/**
924 * Karma configuration.
1025 * @param {!Object } config
Original file line number Diff line number Diff line change 11{
22 "name" : " labconsole-fe" ,
3- "version" : " 0.1.0 " ,
3+ "version" : " 0.1.8 " ,
44 "license" : " Apache-2.0" ,
55 "scripts" : {
66 "ng" : " ng" ,
You can’t perform that action at this time.
0 commit comments