mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
@kbn/telemetry-tools: Better CI error message (#89688)
This commit is contained in:
parent
f732b2c3c5
commit
e7cbdd3050
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ export function checkMatchingSchemasTask({ roots }: TaskContext, throwOnDiff: bo
|
|||
root.esMappingDiffs = Object.keys(differences);
|
||||
if (root.esMappingDiffs.length && throwOnDiff) {
|
||||
throw Error(
|
||||
`The following changes must be persisted in ${fullPath} file. Use '--fix' to update.\n${JSON.stringify(
|
||||
`The following changes must be persisted in ${fullPath} file. Run 'node scripts/telemetry_check --fix' to update.\n${JSON.stringify(
|
||||
differences,
|
||||
null,
|
||||
2
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue