(err: Error)
| 209 | server.setReplySerializer(serializerWithInvalidReturn) |
| 210 | |
| 211 | function invalidSchemaErrorFormatter (err: Error) { |
| 212 | if (err) { throw err } |
| 213 | } |
| 214 | // @ts-expect-error Argument of type '(err: Error) => void' is not assignable to parameter of type 'SchemaErrorFormatter'. |
| 215 | server.setSchemaErrorFormatter(invalidSchemaErrorFormatter) |
| 216 |
nothing calls this directly
no outgoing calls
no test coverage detected