1
0
mirror of synced 2025-12-21 19:06:49 -05:00

A few things that Prettier seemed to miss (#23005)

This commit is contained in:
Kevin Heis
2021-11-19 10:32:20 -08:00
committed by GitHub
parent aa9d2e4f4f
commit 5b1ac53379
5 changed files with 8 additions and 6 deletions

View File

@@ -174,6 +174,6 @@ function getExampleParamValue(name, schema) {
case 'array':
return [getExampleParamValue(name, schema.items)]
}
throw new Error(`Unknown data type in schema:, ${JSON.stringify(schema, null, 2)}`)
}