fix(NA): eslint error at packages/kbn-test/src/mocha/junit_report_generation.js

This commit is contained in:
Tiago Costa 2024-07-04 20:34:32 +01:00
parent 228a6ffb0f
commit d3d3cb4d43
No known key found for this signature in database
GPG key ID: BAECC2D04A04C6EA

View file

@ -97,7 +97,9 @@ export function setupJUnitReportGeneration(runner, options = {}) {
let reversedCodeowners = [];
try {
reversedCodeowners = getPathsWithOwnersReversed();
} catch {}
} catch {
/* no-op */
}
const commandLine = prettifyCommandLine(process.argv);