mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
fix(NA): eslint error at packages/kbn-test/src/mocha/junit_report_generation.js
This commit is contained in:
parent
228a6ffb0f
commit
d3d3cb4d43
1 changed files with 3 additions and 1 deletions
|
@ -97,7 +97,9 @@ export function setupJUnitReportGeneration(runner, options = {}) {
|
|||
let reversedCodeowners = [];
|
||||
try {
|
||||
reversedCodeowners = getPathsWithOwnersReversed();
|
||||
} catch {}
|
||||
} catch {
|
||||
/* no-op */
|
||||
}
|
||||
|
||||
const commandLine = prettifyCommandLine(process.argv);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue